Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/emf/facet/widgets/celleditors/internal/messages.properties')
-rw-r--r--plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/emf/facet/widgets/celleditors/internal/messages.properties38
1 files changed, 38 insertions, 0 deletions
diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/emf/facet/widgets/celleditors/internal/messages.properties b/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/emf/facet/widgets/celleditors/internal/messages.properties
new file mode 100644
index 00000000000..a2e8a13b34e
--- /dev/null
+++ b/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/emf/facet/widgets/celleditors/internal/messages.properties
@@ -0,0 +1,38 @@
+###############################################################################
+# Copyright (c) 2010 CEA LIST.
+#
+# 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:
+# Nicolas Bros (Mia-Software) - initial API and implementation
+###############################################################################
+CoreIFileComposite_mustSelectFile=You must select a file
+CoreIFileComposite_selectFile=Select a file
+NaryAttributeEditingDialog_add=&Add
+NaryReferenceEditingDialog_addAll=>>
+NaryReferenceEditingDialog_addAllTooltip=Add all
+NaryReferenceEditingDialog_addTooltip=Add
+NaryReferenceEditingDialog_availableValues=Available values
+NaryReferenceEditingDialog_deleteElements=Delete elements?
+NaryReferenceEditingDialog_deleteElementsLong=Since the feature is composite, this will delete the selected element(s) from the model.
+NaryReferenceEditingDialog_down=&Down
+NaryReferenceEditingDialog_moveWarning=The feature is composite. The selected value(s) will be moved from their previous parent.
+NaryReferenceEditingDialog_moveElement=Move element?
+NaryReferenceEditingDialog_remove=&<
+NaryReferenceEditingDialog_removeAll=<<
+NaryReferenceEditingDialog_removeAllTooltip=Remove all
+NaryReferenceEditingDialog_removeTooltip=Remove
+NaryReferenceEditingDialog_shellTitle=Edit {0} of {1}
+NaryReferenceEditingDialog_typeFilterText=type filter text
+NaryReferenceEditingDialog_up=&Up
+NaryReferenceEditingDialog_values=Values
+NaryReferenceEditingDialog_add=&>
+NaryReferenceEditingDialog_newInstance=New...
+UnaryReferenceCellEditorComposite_0=Invalid selection
+UnaryReferenceCellEditorComposite_1=Please select an EObject
+UnaryReferenceCellEditorComposite_2=Select an EObject
+NaryAttributeEditingDialog_delete=D&elete
+NaryAttributeEditingDialog_enterNewValuePlaceholder=<enter new value>

Back to the top