| ############################################################################### |
| # Copyright (c) 2008, 2012 Obeo. |
| # 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: |
| # Obeo - initial API and implementation |
| ############################################################################### |
| |
| _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_ViewsRepository_type = Repository |
| _UI_View_type = View |
| _UI_ElementEditor_type = Element Editor |
| _UI_Category_type = Category |
| _UI_Container_type = Container |
| _UI_ViewElement_type = View Element |
| _UI_Toolkit_type = Toolkit |
| _UI_Widget_type = Widget |
| _UI_Unknown_type = Object |
| |
| _UI_Unknown_datatype= Value |
| |
| _UI_ViewsRepository_views_feature = Views |
| _UI_ViewsRepository_RepositoryKind_feature = Repository Kind |
| _UI_ViewsRepository_categories_feature = Categories |
| _UI_View_repository_feature = Repository |
| _UI_ElementEditor_required_feature = Required |
| _UI_ElementEditor_readOnly_feature = Read Only |
| _UI_Category_views_feature = Views |
| _UI_Category_name_feature = Name |
| _UI_Container_elements_feature = Elements |
| _UI_ViewElement_representation_feature = Representation |
| _UI_ViewElement_container_feature = Container |
| _UI_ViewElement_name_feature = Name |
| _UI_Toolkit_widgets_feature = Widgets |
| _UI_Toolkit_name_feature = Name |
| _UI_Widget_name_feature = Name |
| _UI_Widget_icon_feature = Icon |
| _UI_Widget_implementation_feature = Implementation |
| _UI_Widget_toolkit_feature = Toolkit |
| _UI_Unknown_feature = Unspecified |
| |
| _UI_SpecificElementEditor_type = Specific Element Editor |
| _UI_CustomView_type = Custom View |
| _UI_DocumentedElement_type = Documented Element |
| _UI_DocumentedElement_documentation_feature = Documentation |
| _UI_ViewReference_type = View Reference |
| _UI_ViewReference_view_feature = View |
| _UI_ViewsRepository_name_feature = Name |
| _UI_View_explicite_feature = Explicite |
| _UI_View_category_feature = Category |
| _UI_Category_repository_feature = Repository |
| _UI_View_explicit_feature = Explicit |
| _UI_Category_categories_feature = Categories |
| _UI_ViewsRepository_views_description = The views of the repository |
| _UI_ViewsRepository_RepositoryKind_description = The kind of the repository (available values) |
| _UI_ViewsRepository_categories_description = The owned categories |
| _UI_ViewsRepository_name_description = The repository name |
| _UI_View_repository_description = The owning repository |
| _UI_View_explicit_description = Whether the view can be directly used |
| _UI_View_category_description = The owning category |
| _UI_ElementEditor_readOnly_description = Defines that this editor is only in read only mode |
| _UI_Category_views_description = The views of the category |
| _UI_Category_name_description = The category name |
| _UI_Category_repository_description = The owning repository |
| _UI_Category_categories_description = The sub-categories |
| _UI_Container_elements_description = The owned elements |
| _UI_ViewElement_representation_description = The representation of this part of view |
| _UI_ViewElement_container_description = The element container |
| _UI_ViewElement_name_description = The element name |
| _UI_DocumentedElement_documentation_description = The documentation of the element |
| _UI_ViewReference_view_description = The referenced view |
| _UI_Toolkit_widgets_description = The widgets of the toolkits |
| _UI_Toolkit_name_description = The name of the toolkit |
| _UI_Widget_name_description = The name of the widget |
| _UI_Widget_icon_description = The path of an icon that represents this widget |
| _UI_Widget_implementation_description = The class that implements the widget |
| _UI_Widget_toolkit_description = The owning toolkit |
| _UI_IdentifiedElement_type = Identified Element |
| _UI_IdentifiedElement_qualifiedIdentifier_feature = Qualified Identifier |
| _UI_CustomElementEditor_type = Custom Element Editor |
| _UI_ElementEditor_nameAsLabel_feature = Name As Label |
| _UI_View_label_feature = Label |