Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/emf/facet/util/emf/ui/internal/messages.properties')
-rw-r--r--plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/emf/facet/util/emf/ui/internal/messages.properties40
1 files changed, 40 insertions, 0 deletions
diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/emf/facet/util/emf/ui/internal/messages.properties b/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/emf/facet/util/emf/ui/internal/messages.properties
new file mode 100644
index 00000000000..f37b671b4c5
--- /dev/null
+++ b/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/emf/facet/util/emf/ui/internal/messages.properties
@@ -0,0 +1,40 @@
+###############################################################################
+# Copyright (c) 2011, 2012 Mia-Software and 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 Guyomar (Mia-Software) - Bug 333652 Extension point offering the possibility to declare an EPackage browser
+# Nicolas Bros (Mia-Software) - Copy of data form /org.eclipse.emf.facet.infra.common.ui/src/org/eclipse/emf/facet/infra/common/ui/messages.properties
+# Gregoire Dupe (Mia-Software) - Bug 369987 - [Restructuring][Table] Switch to the new customization and facet framework
+# Alban Ménager (Soft-Maint) - Bug 387470 - [EFacet][Custom] Editors
+# Gregoire Dupe (Mia-Software) - Bug 406570 - Handlers to Save and SaveAs EMF resources
+###############################################################################
+PackageRegistryView_copyNsURI=Copy nsURI
+PackageRegistryView_initializing=Initializing...
+PackageRegistryView_Location=Location
+PackageRegistryView_Name=Name
+PackageRegistryView_nsURI=nsUri
+PackageRegistryView_RefreshingPackageRegistryView=Refreshing EPackage Registry View
+DialogUriSelection_RegisteredEPackages=Registered EPackages:
+DialogUriSelection_title_OpenModelFromEMFRegistry=Open Model From EMF Registry
+EmfFacetRootPreferencePage_default_epackage_browser=Default EPackage Model Viewer
+EPackageBrowserPreferencePage_defaultEObjectViewer=Default EObject Model Viewer
+EPackageBrowserPreferencePage_defaultResourceViewer=Default Resource Model Viewer
+CreateInstanceDialog_selectNewInstanceEClass=Select new instance metaclass
+
+Select_EClass=Select an EClass
+Select_EClassifier=Select an EClassifier
+Select_EDataType=Select an EDataType
+Select_EPackage=Select an EPackage
+Select_ETypedElement= Select an ETypedElement
+
+No_result_found=No result found
+
+ResourceUiUtils_SavingFailed=Saving failed
+ResourceUiUtils_TheResourceSavingFailed=The resource saving failed: {0} \n See error for more details.
+SaveAsDialog_ResourceURI=Resource URI
+SaveAsDialog_SaveAs=Save As
+SaveAsDialog_YouHaveToProvideAValidEMFURI=You have to provide a valid EMF URI such as:\n - file:/C:/my_file.xmi\n - platform:/resource/my_projet/my_folder/my_file.xmi

Back to the top