| # Copyright (c) 2020 CEA LIST. |
| # |
| # All rights reserved. This program and the accompanying materials |
| # are made available under the terms of the Eclipse Public License 2.0 |
| # which accompanies this distribution, and is available at |
| # https://www.eclipse.org/legal/epl-2.0/ |
| # |
| # SPDX-License-Identifier: EPL-2.0 |
| # |
| # Contributors: |
| # Pauline DEVILLE (CEA LIST) pauline.deville@cea.fr - Initial API and implementation |
| |
| Bundle-Vendor = Eclipse Modeling Project |
| Bundle-Name = Papyrus-Model2Doc - Core Styles Edit (Incubation) |
| |
| _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_NamedStyle_type = Named Style |
| _UI_IntNamedStyle_type = Int Named Style |
| _UI_StringNamedStyle_type = String Named Style |
| _UI_BooleanNamedStyle_type = Boolean Named Style |
| _UI_DoubleNamedStyle_type = Double Named Style |
| _UI_IntListNamedStyle_type = Int List Named Style |
| _UI_StringListNamedStyle_type = String List Named Style |
| _UI_BooleanListNamedStyle_type = Boolean List Named Style |
| _UI_DoubleListNamedStyle_type = Double List Named Style |
| _UI_StyledElement_type = Styled Element |
| _UI_Unknown_type = Object |
| |
| _UI_Unknown_datatype= Value |
| |
| _UI_NamedStyle_name_feature = Name |
| _UI_IntNamedStyle_value_feature = Value |
| _UI_StringNamedStyle_value_feature = Value |
| _UI_BooleanNamedStyle_value_feature = Value |
| _UI_DoubleNamedStyle_value_feature = Value |
| _UI_IntListNamedStyle_values_feature = Values |
| _UI_StringListNamedStyle_values_feature = Values |
| _UI_BooleanListNamedStyle_values_feature = Values |
| _UI_DoubleListNamedStyle_values_feature = Values |
| _UI_StyledElement_namedStyles_feature = Named Styles |
| _UI_Unknown_feature = Unspecified |
| |