diff options
author | Olivier Constant | 2016-12-09 13:12:45 +0000 |
---|---|---|
committer | Olivier Constant | 2017-09-05 13:43:59 +0000 |
commit | 156da1e71262de58daebb955683f3894bda7e031 (patch) | |
tree | 9f6036da454aa11244b3cce7d08d3ba9d8768380 /tests/org.eclipse.emf.diffmerge.structures.model.editor/plugin.properties | |
parent | 74a827c535c7a18b8eabb1ff3b412b0eefab0964 (diff) | |
download | org.eclipse.emf.diffmerge.core-156da1e71262de58daebb955683f3894bda7e031.tar.gz org.eclipse.emf.diffmerge.core-156da1e71262de58daebb955683f3894bda7e031.tar.xz org.eclipse.emf.diffmerge.core-156da1e71262de58daebb955683f3894bda7e031.zip |
Bug 521872 - Extend relation data structures with memoization and recursive definitions
Change-Id: I2a340d34e56479506ce8e69b103f74bd094516e5
Signed-off-by: Olivier Constant <olivier.constant@thalesgroup.com>
Diffstat (limited to 'tests/org.eclipse.emf.diffmerge.structures.model.editor/plugin.properties')
-rw-r--r-- | tests/org.eclipse.emf.diffmerge.structures.model.editor/plugin.properties | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/tests/org.eclipse.emf.diffmerge.structures.model.editor/plugin.properties b/tests/org.eclipse.emf.diffmerge.structures.model.editor/plugin.properties new file mode 100644 index 00000000..9449a84c --- /dev/null +++ b/tests/org.eclipse.emf.diffmerge.structures.model.editor/plugin.properties @@ -0,0 +1,58 @@ +############################################################################### +# Copyright (c) 2017 Thales Global Services S.A.S. +# 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 +############################################################################### +pluginName = EMF Diff/Merge Structures Model Editor Plug-In (Incubation) +providerName = Eclipse Modeling Project + +_UI_EGraphsEditor_menu = &EGraphs Editor + +_UI_CreateChild_menu_item = &New Child +_UI_CreateSibling_menu_item = N&ew Sibling + +_UI_ShowPropertiesView_menu_item = Show &Properties View +_UI_RefreshViewer_menu_item = &Refresh + +_UI_SelectionPage_label = Selection +_UI_ParentPage_label = Parent +_UI_ListPage_label = List +_UI_TreePage_label = Tree +_UI_TablePage_label = Table +_UI_TreeWithColumnsPage_label = Tree with Columns +_UI_ObjectColumn_label = Object +_UI_SelfColumn_label = Self + +_UI_NoObjectSelected = Selected Nothing +_UI_SingleObjectSelected = Selected Object: {0} +_UI_MultiObjectSelected = Selected {0} Objects + +_UI_OpenEditorError_label = Open Editor + +_UI_Wizard_category = Example EMF Model Creation Wizards + +_UI_CreateModelError_message = Problems encountered in file "{0}" + +_UI_EGraphsModelWizard_label = EGraphs Model +_UI_EGraphsModelWizard_description = Create a new EGraphs model + +_UI_EGraphsEditor_label = EGraphs Model Editor + +_UI_EGraphsEditorFilenameDefaultBase = My +_UI_EGraphsEditorFilenameExtensions = egraphs + +_UI_Wizard_label = New + +_WARN_FilenameExtension = The file name must end in ''.{0}'' +_WARN_FilenameExtensions = The file name must have one of the following extensions: {0} + +_UI_ModelObject = &Model Object +_UI_XMLEncoding = &XML Encoding +_UI_XMLEncodingChoices = UTF-8 ASCII UTF-16 UTF-16BE UTF-16LE ISO-8859-1 +_UI_Wizard_initial_object_description = Select a model object to create + +_UI_FileConflict_label = File Conflict +_WARN_FileConflict = There are unsaved changes that conflict with changes made outside the editor. Do you wish to discard this editor's changes? + |