Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarla Rubio2014-01-30 09:56:40 +0000
committerKarla Rubio2014-01-30 10:00:08 +0000
commitf6f92566be706f641c0afade7e3ab3dd752927cd (patch)
treed6c48ebd91e5c2961bd4761c99cff9ddc4d3f904 /plugins/org.eclipse.emf.compare.ide.ui/plugin.properties
parentc6b4854df0a719b087e588e4583c6ff36a572f42 (diff)
downloadorg.eclipse.emf.compare-f6f92566be706f641c0afade7e3ab3dd752927cd.tar.gz
org.eclipse.emf.compare-f6f92566be706f641c0afade7e3ab3dd752927cd.tar.xz
org.eclipse.emf.compare-f6f92566be706f641c0afade7e3ab3dd752927cd.zip
[426871] Externalize plugin.xml strings for
org.eclipse.emf.compare.ide.ui and org.eclipse.emf.compare.rcp.ui Change-Id: Ifacdd944266ac5ef714837943c579455835b8228 Signed-off-by: Karla Rubio <karla.rubiosopan@servexternos.isban.es>
Diffstat (limited to 'plugins/org.eclipse.emf.compare.ide.ui/plugin.properties')
-rw-r--r--plugins/org.eclipse.emf.compare.ide.ui/plugin.properties11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.compare.ide.ui/plugin.properties b/plugins/org.eclipse.emf.compare.ide.ui/plugin.properties
index eda31508c..4ee0dbeb6 100644
--- a/plugins/org.eclipse.emf.compare.ide.ui/plugin.properties
+++ b/plugins/org.eclipse.emf.compare.ide.ui/plugin.properties
@@ -10,3 +10,14 @@
################################################################################
pluginName = EMF Compare IDE UI
providerName = Eclipse Modeling Project
+
+save.model.label = Save Comparison Model
+save.model.tooltip = Save Comparison Model
+save.model.command.name = EMF Compare Save Comparison Model
+emf.compare.structure.merge.viewer = EMFCompare Structure Merge Viewer
+model.compare.containment.feature = Model Compare (Containment Features)
+model.compare.non.containment.feature = Model Compare (Non Containment Feature)
+model.compare.text.feature = Model Compare (Text Feature)
+command.each.other.in.dialog = Each Other &lt;EObject&gt; (in Dialog)
+command.each.other.in.editor = Each Other &lt;EObject&gt; (in Editor)
+compare.with.label = Compare With \ No newline at end of file

Back to the top