Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.compare/plugins/org.eclipse.compare/compare/org/eclipse/compare/internal/ComparePluginResources.properties')
-rw-r--r--bundles/org.eclipse.compare/plugins/org.eclipse.compare/compare/org/eclipse/compare/internal/ComparePluginResources.properties35
1 files changed, 35 insertions, 0 deletions
diff --git a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/compare/org/eclipse/compare/internal/ComparePluginResources.properties b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/compare/org/eclipse/compare/internal/ComparePluginResources.properties
new file mode 100644
index 000000000..7c77fdb76
--- /dev/null
+++ b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/compare/org/eclipse/compare/internal/ComparePluginResources.properties
@@ -0,0 +1,35 @@
+# =====================================
+# Licensed Materials - Property of IBM,
+# WebSphere Studio Workbench
+# (c) Copyright IBM Corp 1999-2001
+# =====================================
+# @(#)ComparePluginResources.properties
+#
+# Resource strings for Compare Plugin
+
+#####################################################
+# Actions
+#####################################################
+
+action.IgnoreWhiteSpace.label=Ignore White Space
+action.IgnoreWhiteSpace.tooltip=Ignore white space where applicable
+action.IgnoreWhiteSpace.image=ctool16/ignorews.gif
+
+action.ShowPseudoConflicts.label=Show Pseudo Conflicts
+action.ShowPseudoConflicts.tooltip=Show pseudo conflicts where applicable
+action.ShowPseudoConflicts.image=ctool16/showpseudoconflicts.gif
+
+#action.ToggleMergeDirection.label=Toggle Merge Direction
+#action.ToggleMergeDirection.tooltip=Toggle merge direction
+#action.ToggleMergeDirection.image=ctool16/toggle.gif
+
+#action.NextDiff.label=Next
+#action.NextDiff.tooltip=Show Next Difference
+#action.NextDiff.image=ctool16/next.gif
+
+#action.PrevDiff.label=Previous
+#action.PrevDiff.tooltip=Show Previous Difference
+#action.PrevDiff.image=ctool16/prev.gif
+
+
+

Back to the top