[514079] Default to TextMergeViewer resources for icons/labels/tooltips
[EMFCompare2.git] / plugins / org.eclipse.emf.compare.ide.ui / src / org / eclipse / emf / compare / ide / ui / internal / contentmergeviewer / tree / TreeContentMergeViewer.properties
blob53a4e0efa2f42c0f4cfc05a148f83986470f8c75
1 ###############################################################################
2 # Copyright (c) 2012 Obeo.
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 ###############################################################################
12 title= Model Compare (Containment Features)
14 saveDialog.title= Save Resource
15 saveDialog.message= Resource has been modified. Save changes?
17 compareProgressTask.title= Computing Differences...
19 tooComplexError.title= Error
20 tooComplexError.message= Too many differences. Turn on the 'Ignore White Space' option or do a structure compare first.
22 UnkownResource = Unknown Resource
24 #####################################################
25 # Toolbar actions
26 #####################################################
28 # Default labels, tooltips and images for toolbar actions are inherited from the Eclipse Compare TextMergeViewer using the 
29 # EMFCompareContentMergeViewerResourceBundle class in EMFCompareContentMergeViewer. The default values may be overridden here.
32 #####################################################
33 # Context menu actions
34 #####################################################
36 action.undo.label=&Undo
37 action.undo.tooltip=Undo Last Operation
39 action.redo.label=&Redo
40 action.redo.tooltip=Redo Last Operation
42 action.cut.label=Cu&t
43 action.cut.tooltip=Cut Text Selection to Clipboard
45 action.copy.label=&Copy
46 action.copy.tooltip=Copy Text Selection to Clipboard
48 action.paste.label=&Paste
49 action.paste.tooltip=Replace Text Selection with Clipboard Contents
51 action.delete.label=&Delete
52 action.delete.tooltip=Delete Current Text Selection
54 action.find.label=&Find...
55 action.find.tooltip=Find Occurrence
57 action.selectAll.label=Select &All
58 action.selectAll.tooltip=Select All Changes
60 Editor.FindReplace.label=&Find/Replace...
61 Editor.FindReplace.tooltip=Find/Replace
62 Editor.FindReplace.image=
63 Editor.FindReplace.description=Find/Replace
65 action.IgnoreWhiteSpace.label=&Ignore White Space
66 action.IgnoreWhiteSpace.tooltip=Ignore White Space Where Applicable