Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.compare/plugins/org.eclipse.compare/compare/org/eclipse/compare/contentmergeviewer/TextMergeViewerResources.properties')
-rw-r--r--bundles/org.eclipse.compare/plugins/org.eclipse.compare/compare/org/eclipse/compare/contentmergeviewer/TextMergeViewerResources.properties114
1 files changed, 114 insertions, 0 deletions
diff --git a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/compare/org/eclipse/compare/contentmergeviewer/TextMergeViewerResources.properties b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/compare/org/eclipse/compare/contentmergeviewer/TextMergeViewerResources.properties
new file mode 100644
index 000000000..7ff3f9d06
--- /dev/null
+++ b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/compare/org/eclipse/compare/contentmergeviewer/TextMergeViewerResources.properties
@@ -0,0 +1,114 @@
+# =====================================
+# Licensed Materials - Property of IBM,
+# WebSphere Studio Workbench
+# (c) Copyright IBM Corp 1999-2001
+# =====================================
+
+# @(#)TextMergeViewerResources.properties
+#
+# Resource strings for TextMergeViewer.java
+
+#####################################################
+# Images
+#####################################################
+
+#####################################################
+# Status messages
+#####################################################
+status.same=No Change
+status.resolved=Resolved
+status.unresolved=Unresolved
+status.allresolved=All Resolved
+
+status.unresolvedformat={0} (remaining differences: {1})
+status.resolvedformat={0}
+
+#####################################################
+# Dialogs
+#####################################################
+
+CantSaveProperty.title=Error while saving contents
+CantSaveProperty.message=Couldn''t save contents.\nReason: {0}
+
+ContentInaccessible.title=Error while accessing content
+ContentInaccessible.message=Content currently inaccessible.
+
+#####################################################
+# Actions
+#####################################################
+
+action.CopyLeftToRight.label=Copy Left to Right
+action.CopyLeftToRight.tooltip=Copy whole document from left to right
+action.CopyLeftToRight.image=ctool16/lefttoright2.gif
+
+action.CopyRightToLeft.label=Copy Right to Left
+action.CopyRightToLeft.tooltip=Copy whole document from right to left
+action.CopyRightToLeft.image=ctool16/righttoleft2.gif
+
+action.CopyDiffLeftToRight.label=Copy Current Diff
+action.CopyDiffLeftToRight.tooltip=Copy current change from left to right
+action.CopyDiffLeftToRight.image=ctool16/lefttoright.gif
+
+action.CopyDiffRightToLeft.label=Copy Current Diff
+action.CopyDiffRightToLeft.tooltip=Copy current change from right to left
+action.CopyDiffRightToLeft.image=ctool16/righttoleft.gif
+
+action.NextDiff.label=Next
+action.NextDiff.tooltip=Select next change
+action.NextDiff.image=ctool16/next.gif
+
+action.PrevDiff.label=Previous
+action.PrevDiff.tooltip=Select previous change
+action.PrevDiff.image=ctool16/prev.gif
+
+#action.ToggleMergeDirection.label=Toggle Merge Direction
+#action.ToggleMergeDirection.tooltip=Toggle merge direction
+#action.ToggleMergeDirection.image=ctool16/toggle.gif
+
+action.EnableAncestor.label=Enable Ancestor Pane
+action.EnableAncestor.tooltip=Controls visibility of ancestor pane
+action.EnableAncestor.image=ctool16/panes3.gif
+
+action.SynchMode.label=Synchonize Panes
+action.SynchMode.tooltip=Synchonize pane scrolling
+action.SynchMode.image=ctool16/synchmode.gif
+
+#action.IgnoreWhiteSpace.label=Ignore White Space
+#action.IgnoreWhiteSpace.tooltip=Ignore white space
+#action.IgnoreWhiteSpace.image=ctool16/ignorews.gif
+
+# Pop up menu
+
+action.CopyText.label=Copy@Ctrl+C
+action.CopyText.tooltip=Copy Text Selection to Clipboard
+
+action.CutText.label=Cut@Ctrl+X
+action.CutText.tooltip=Cut Text Selection to Clipboard
+
+action.DeleteText.label=Delete
+action.DeleteText.tooltip=Delete current Text Selection
+
+action.Find.label=Find...@Ctrl+F
+action.Find.tooltip=Find Occurance
+
+action.PasteText.label=Paste@Ctrl+V
+action.PasteText.tooltip=Replace Text Selection with Clipboard
+
+action.RedoText.label=Redo@Ctrl+Y
+action.RedoText.tooltip=Redo last Operation
+
+action.SelectAllText.label=Select All@Ctrl+A
+action.SelectAllText.tooltip=Select all Changes
+
+action.Save.label=Save@Ctrl+S
+action.Save.tooltip=Save Changes
+
+action.UndoText.label=Undo@Ctrl+Z
+action.UndoText.tooltip=Undo last Operation
+
+action.ContentAssistProposal.label=Code Ass&ist Proposals@Ctrl+Space
+action.ContentAssistProposal.description=Show content assist proposals
+
+action.ContentAssistTip.label=Code Ass&ist Tips@Ctrl+Shift+Space
+action.ContentAssistTip.description=Show content assist tips
+

Back to the top