1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132
|
# /**
# * <copyright>
# *
# * Copyright (c) 2004-2008 IBM Corporation and others.
# * 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:
# * IBM - Initial API and implementation
# *
# * </copyright>
# *
# * $Id: plugin.properties,v 1.11 2009/04/07 18:58:02 davidms Exp $
# */
# NLS_MESSAGEFORMAT_VAR
pluginName = EMF Edit Tests
providerName = Eclipse Modeling Project
_UI_E_name_feature = Name
_UI_C2_type = C2
_UI_E_labels_feature = Labels
_UI_A_c_feature = C
_UI_C_d_feature = D
_UI_D_type = D
_UI_D_e_feature = E
_UI_B_d_feature = D
_UI_Unknown_datatype= Value
_UI_E_type = E
_UI_B_type = B
_UI_C1_type = C1
_UI_B_a_feature = A
_UI_PropertyDescriptor_description = The {0} of the {1}
_UI_E_ids_feature = Ids
_UI_Unknown_type = Object
_UI_A_b_feature = B
_UI_C_type = C
_UI_D_c_feature = C
_UI_E_d_feature = D
_UI_Unknown_feature = Unspecified
_UI_A_type = A
_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_OpenEditorError_label = Open Editor
_UI_ShowPropertiesView_menu_item = Show &Properties View
_UI_Wizard_category = Example EMF Model Creation Wizards
_UI_ListPage_label = List
_UI_TablePage_label = Table
_UI_ParentPage_label = Parent
_UI_ObjectColumn_label = Object
_UI_SingleObjectSelected = Selected Object: {0}
_UI_RefModelWizard_label = Ref Model
_UI_TreePage_label = Tree
_UI_RefreshViewer_menu_item = &Refresh
_UI_RefModelWizard_description = Create a new Ref model
_UI_XMLEncoding = XML Encoding
_UI_SelfColumn_label = Self
_UI_TableTreePage_label = TableTree
_UI_Wizard_label = New
_UI_NoObjectSelected = Selected Nothing
_UI_MultiObjectSelected = Selected {0} Objects
_UI_SelectionPage_label = Selection
_WARN_FileConflict = There are unsaved changes that conflict with changes made outside the editor. Do you wish to discard this editor's changes?
_UI_RefEditor_label = Ref Model Editor
_UI_FileConflict_label = File Conflict
_UI_RefEditorFilenameExtension = ref
_UI_ModelObject = Model Object
_WARN_FilenameExtension = The filename must end in ".{0}"
_UI_RefEditor_menu = &Ref Editor
_UI_RefEditorFilenameDefaultBase = My
_UI_C4_type = C4
_UI_C3_type = C3
_UI_ExtE_type = E
_UI_ExtE_value_feature = Value
_UI_F_type = F
_UI_F_id_feature = Id
_UI_C1U_type = C1U
_UI_C2U_type = C2U
_UI_AU_type = AU
_UI_BU_type = BU
_UI_CU_type = CU
_UI_DU_type = DU
_UI_C4U_type = C4U
_UI_C3U_type = C3U
_UI_EU_type = EU
_UI_AU_bu_feature = Bu
_UI_AU_cu_feature = Cu
_UI_BU_au_feature = Au
_UI_BU_du_feature = Du
_UI_CU_du_feature = Du
_UI_DU_cu_feature = Cu
_UI_DU_eu_feature = Eu
_UI_EU_name_feature = Name
_UI_EU_ids_feature = Ids
_UI_EU_labels_feature = Labels
_UI_EU_du_feature = Du
_UI_CreateChild_text = {0}
_UI_CreateChild_text2 = {1} {0}
_UI_CreateChild_text3 = {1}
_UI_CreateChild_tooltip = Create New {0} Under {1} Feature
_UI_CreateChild_description = Create a new child of type {0} for the {1} feature of the selected {2}.
_UI_CreateSibling_description = Create a new sibling of type {0} for the selected {2}, under the {1} feature of their parent.
_UI_Node_type = Node
_UI_Data_type = Data
_UI_Node_name_feature = Name
_UI_Node_parent_feature = Parent
_UI_Node_children_feature = Children
_UI_Node_data_feature = Data
_UI_Node_relatedNodes_feature = Related Nodes
_UI_Data_name_feature = Name
_UI_Data_node_feature = Node
|