Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: ea097e24c6687659fb2184aa7e1b539311d59f71 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14


               
                                                                                   









                                                                         
                                                                 










                                                                                
                               
                                              



                                                                                
                                                                                

                              

















                                                                                                                             
#/**
# * <copyright>
# *
# * Copyright (c) 2005, 2006, 2007, 2008 Springsite BV (The Netherlands) 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:
# *   Martin Taal - Initial API and implementation
# *
# * </copyright>
# *
# * $Id: plugin.properties,v 1.11 2009/08/23 16:04:41 mtaal Exp $
# */

# NLS_MESSAGEFORMAT_VAR

# ==============================================================================
# Do not change the properties between this line and the last line containing:
# %%% END OF TRANSLATED PROPERTIES %%%
# Instead, either redefine an existing property, or create a new property,
# append it to the end of the file, and change the code to use the new name.
# ==============================================================================

Plugin.name = EMF Teneo Samples
Plugin.providerName = Eclipse Modeling Project

# ==============================================================================
# %%% END OF TRANSLATED PROPERTIES %%%
# The above properties have been shipped for translation.
# ==============================================================================
pluginName = Bz277546 Model
providerName = www.example.org
_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_PropertyDescriptor_description = The {0} of the {1}
_UI_Family_type = Family
_UI_Person_type = Person
_UI_Note_type = Note
_UI_Unknown_type = Object
_UI_Unknown_datatype= Value
_UI_Family_string_feature = String
_UI_Family_persons_feature = Persons
_UI_Person_notes_feature = Notes
_UI_Person_parents_feature = Parents
_UI_Note_name_feature = Name
_UI_Unknown_feature = Unspecified

Back to the top