Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Weinand2003-02-19 15:47:20 +0000
committerAndre Weinand2003-02-19 15:47:20 +0000
commit9550fc512d794a69f8facd7c3650390a92ec8b39 (patch)
tree752df66288d73373c78bc066c4189012809c7a77 /bundles/org.eclipse.compare/plugins/org.eclipse.compare/plugin.properties
parent6a6590be6df7a731701c7a934ec77bce19bbe0e4 (diff)
downloadeclipse.platform.team-9550fc512d794a69f8facd7c3650390a92ec8b39.tar.gz
eclipse.platform.team-9550fc512d794a69f8facd7c3650390a92ec8b39.tar.xz
eclipse.platform.team-9550fc512d794a69f8facd7c3650390a92ec8b39.zip
fixed #24077
added ActionDefinitionIds
Diffstat (limited to 'bundles/org.eclipse.compare/plugins/org.eclipse.compare/plugin.properties')
-rw-r--r--bundles/org.eclipse.compare/plugins/org.eclipse.compare/plugin.properties21
1 files changed, 21 insertions, 0 deletions
diff --git a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/plugin.properties b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/plugin.properties
index f609d5562..65c03ee5a 100644
--- a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/plugin.properties
+++ b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/plugin.properties
@@ -34,6 +34,27 @@ CompareEditor.cantSaveError= Can''t save contents ({0})
CompareEditor.invalidInput=Invalid Input: Must be CompareEditorInput
#
+# Action Definitions
+#
+ActionDefinition.compareWithEachOther.name= Compare With Each Other
+ActionDefinition.compareWithEachOther.description= Compare the selected resources with each other
+
+ActionDefinition.compareWithPatch.name= Apply Patch
+ActionDefinition.compareWithPatch.description= Apply patch to the selected resources
+
+ActionDefinition.replaceFromHistory.name= Replace From Local History
+ActionDefinition.replaceFromHistory.description= Replace the selected resource with local history
+
+ActionDefinition.replaceWithPreviousFromHistory.name= Replace With Previous From Local History
+ActionDefinition.replaceWithPreviousFromHistory.description= Replace the selected resource with the previous from local history
+
+ActionDefinition.compareWithHistory.name= Compare With Local History
+ActionDefinition.compareWithHistory.description= Compare the selected resource with local history
+
+ActionDefinition.addFromHistory.name= Restore From Local History
+ActionDefinition.addFromHistory.description= Restore deleted files from local history
+
+#
# Context menu & actions
#
CompareWithMenu.label= Comp&are With

Back to the top