Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'restructuration/org.eclipse.emf.compare.match.nl1/plugin_de.properties')
-rw-r--r--restructuration/org.eclipse.emf.compare.match.nl1/plugin_de.properties57
1 files changed, 57 insertions, 0 deletions
diff --git a/restructuration/org.eclipse.emf.compare.match.nl1/plugin_de.properties b/restructuration/org.eclipse.emf.compare.match.nl1/plugin_de.properties
new file mode 100644
index 000000000..e0a191107
--- /dev/null
+++ b/restructuration/org.eclipse.emf.compare.match.nl1/plugin_de.properties
@@ -0,0 +1,57 @@
+################################################################################
+# Copyright (c) 2006, 2007, 2008 Obeo.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Obeo - initial API and implementation
+# Alfons Laarman - German translation
+################################################################################
+pluginName = EMF Compare matcher (Incubation)
+providerName = Eclipse.org
+
+_UI_CreateChild_tooltip = Stel eine neue {0} her under {1} Eigenschaft
+_UI_CreateChild_description = Stel ein neues Kind her des types {0} f\u00FCr {1} Eigenschaft der Selektion {2}.
+_UI_CreateSibling_description = Stel ein neues geschwister Element her des types {0} f\u00FCr selektion {2}, under die {1} Eigenschaft des Elterns.
+
+_UI_PropertyDescriptor_description = Die {0} des {1}
+
+#############################################
+# END OF TRANSLATED PROPERTIES #
+# do not translate values beyond this point #
+#############################################
+_UI_CreateChild_text = {0}
+_UI_CreateChild_text2 = {1} {0}
+_UI_CreateChild_text3 = {1}
+
+_UI_MatchModel_type = Model
+_UI_MatchElement_type = Element
+_UI_Match2Elements_type = Match2 Elements
+_UI_Match3Element_type = Match3 Element
+_UI_UnMatchElement_type = Un Match Element
+_UI_Unknown_type = Object
+
+_UI_Unknown_datatype= Value
+
+_UI_MatchModel_leftModel_feature = Left Model
+_UI_MatchModel_rightModel_feature = Right Model
+_UI_MatchModel_originModel_feature = Origin Model
+_UI_MatchModel_matchedElements_feature = Matched Elements
+_UI_MatchModel_unMatchedElements_feature = Un Matched Elements
+_UI_MatchElement_similarity_feature = Similarity
+_UI_MatchElement_subMatchElements_feature = Sub Match Elements
+_UI_Match2Elements_leftElement_feature = Left Element
+_UI_Match2Elements_rightElement_feature = Right Element
+_UI_Match3Element_originElement_feature = Origin Element
+_UI_UnMatchElement_element_feature = Element
+_UI_Unknown_feature = Unspecified
+
+
+_UI_ThreeWayUnMatchElement_type = Three Way Un Match Element
+_UI_ThreeWayUnMatchElement_unMatchedElement_feature = Un Matched Element
+_UI_ThreeWayUnMatchElement_matchedElements_feature = Matched Elements
+_UI_TwoWayUnMatchElement_type = Two Way Un Match Element
+_UI_TwoWayUnMatchElement_element_feature = Element
+_UI_RemoteUnMatchElement_type = Remote Un Match Element

Back to the top