[514079] Default to TextMergeViewer resources for icons/labels/tooltips
[EMFCompare2.git] / plugins / org.eclipse.emf.compare.diagram.ide.ui.papyrus / src / org / eclipse / emf / compare / diagram / ide / ui / papyrus / contentmergeviewer / PapyrusTreeContentMergeViewer.properties
blob0105fdebd5836fe1eeaa215627df273f4d5eea40
1 ###############################################################################
2 # Copyright (c) 2012, 2016 Obeo and others.
3 # All rights reserved. This program and the accompanying materials
4 # are made available under the terms of the Eclipse Public License v1.0
5 # which accompanies this distribution, and is available at
6 # http://www.eclipse.org/legal/epl-v10.html
7
8 # Contributors:
9 #    Obeo - initial API and implementation
10 #    Stefan Dirix - adjustments for Papyrus
11 ###############################################################################
13 title= Model Compare (Papyrus)
15 saveDialog.title= Save Resource
16 saveDialog.message= Resource has been modified. Save changes?
18 compareProgressTask.title= Computing Differences...
20 tooComplexError.title= Error
21 tooComplexError.message= Too many differences. Turn on the 'Ignore White Space' option or do a structure compare first.
23 UnkownResource = Unknown Resource
25 #####################################################
26 # Toolbar actions
27 #####################################################
29 # Default labels, tooltips and images for toolbar actions are inherited from the Eclipse Compare TextMergeViewer using the 
30 # EMFCompareContentMergeViewerResourceBundle class in EMFCompareContentMergeViewer. The default values may be overridden here.
33 #####################################################
34 # Context menu actions
35 #####################################################
37 action.undo.label=&Undo
38 action.undo.tooltip=Undo Last Operation
40 action.redo.label=&Redo
41 action.redo.tooltip=Redo Last Operation
43 action.cut.label=Cu&t
44 action.cut.tooltip=Cut Text Selection to Clipboard
46 action.copy.label=&Copy
47 action.copy.tooltip=Copy Text Selection to Clipboard
49 action.paste.label=&Paste
50 action.paste.tooltip=Replace Text Selection with Clipboard Contents
52 action.delete.label=&Delete
53 action.delete.tooltip=Delete Current Text Selection
55 action.find.label=&Find...
56 action.find.tooltip=Find Occurrence
58 action.selectAll.label=Select &All
59 action.selectAll.tooltip=Select All Changes
61 Editor.FindReplace.label=&Find/Replace...
62 Editor.FindReplace.tooltip=Find/Replace
63 Editor.FindReplace.image=
64 Editor.FindReplace.description=Find/Replace
66 action.IgnoreWhiteSpace.label=&Ignore White Space
67 action.IgnoreWhiteSpace.tooltip=Ignore White Space Where Applicable