blob: 157eec916bc9eadad2054b9c9f5824074646220d [file] [log] [blame]
# Copyright (c) 2008, 2020 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
pluginName = Acceleo Edit Support
providerName = Eclipse Modeling Project
_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_Module_type = Module
_UI_ErrorModule_type = Error Module
_UI_Metamodel_type = Metamodel
_UI_ErrorMetamodel_type = Error Metamodel
_UI_Import_type = Import
_UI_ErrorImport_type = Error Import
_UI_ModuleReference_type = Module Reference
_UI_ErrorModuleReference_type = Error Module Reference
_UI_ModuleElement_type = Module Element
_UI_Comment_type = Comment
_UI_ErrorComment_type = Error Comment
_UI_CommentBody_type = Comment Body
_UI_Documentation_type = Documentation
_UI_ModuleDocumentation_type = Module Documentation
_UI_ErrorModuleDocumentation_type = Error Module Documentation
_UI_ModuleElementDocumentation_type = Module Element Documentation
_UI_ErrorModuleElementDocumentation_type = Error Module Element Documentation
_UI_ParameterDocumentation_type = Parameter Documentation
_UI_DocumentedElement_type = Documented Element
_UI_NamedElement_type = Named Element
_UI_ASTNode_type = AST Node
_UI_Error_type = Error
_UI_Block_type = Block
_UI_TypedElement_type = Typed Element
_UI_Template_type = Template
_UI_ErrorTemplate_type = Error Template
_UI_Query_type = Query
_UI_ErrorQuery_type = Error Query
_UI_Expression_type = Expression
_UI_ErrorExpression_type = Error Expression
_UI_Variable_type = Variable
_UI_ErrorVariable_type = Error Variable
_UI_Binding_type = Binding
_UI_ErrorBinding_type = Error Binding
_UI_Statement_type = Statement
_UI_LeafStatement_type = Leaf Statement
_UI_ExpressionStatement_type = Expression Statement
_UI_ErrorExpressionStatement_type = Error Expression Statement
_UI_ProtectedArea_type = Protected Area
_UI_ErrorProtectedArea_type = Error Protected Area
_UI_ForStatement_type = For Statement
_UI_ErrorForStatement_type = Error For Statement
_UI_IfStatement_type = If Statement
_UI_ErrorIfStatement_type = Error If Statement
_UI_LetStatement_type = Let Statement
_UI_ErrorLetStatement_type = Error Let Statement
_UI_FileStatement_type = File Statement
_UI_ErrorFileStatement_type = Error File Statement
_UI_TextStatement_type = Text Statement
_UI_Expression_type = Expression
_UI_VarRef_type = Var Ref
_UI_Call_type = Call
_UI_Literal_type = Literal
_UI_IntegerLiteral_type = Integer Literal
_UI_RealLiteral_type = Real Literal
_UI_StringLiteral_type = String Literal
_UI_BooleanLiteral_type = Boolean Literal
_UI_EnumLiteral_type = Enum Literal
_UI_TypeLiteral_type = Type Literal
_UI_TypeSetLiteral_type = Type Set Literal
_UI_CollectionTypeLiteral_type = Collection Type Literal
_UI_Lambda_type = Lambda
_UI_NullLiteral_type = Null Literal
_UI_SetInExtensionLiteral_type = Set In Extension Literal
_UI_SequenceInExtensionLiteral_type = Sequence In Extension Literal
_UI_VariableDeclaration_type = Variable Declaration
_UI_Error_type = Error
_UI_ErrorExpression_type = Error Expression
_UI_ErrorTypeLiteral_type = Error Type Literal
_UI_ErrorEClassifierTypeLiteral_type = Error EClassifier Type Literal
_UI_ErrorEnumLiteral_type = Error Enum Literal
_UI_ErrorCall_type = Error Call
_UI_ErrorVariableDeclaration_type = Error Variable Declaration
_UI_ErrorStringLiteral_type = Error String Literal
_UI_ErrorConditional_type = Error Conditional
_UI_Binding_type = Binding
_UI_ErrorBinding_type = Error Binding
_UI_Let_type = Let
_UI_Conditional_type = Conditional
_UI_Or_type = Or
_UI_And_type = And
_UI_Implies_type = Implies
_UI_Unknown_type = Object
_UI_Unknown_datatype= Value
_UI_Module_metamodels_feature = Metamodels
_UI_Module_extends_feature = Extends
_UI_Module_imports_feature = Imports
_UI_Module_moduleElements_feature = Module Elements
_UI_Module_startHeaderPosition_feature = Start Header Position
_UI_Module_endHeaderPosition_feature = End Header Position
_UI_Module_ast_feature = Ast
_UI_ErrorModule_missingOpenParenthesis_feature = Missing Open Parenthesis
_UI_ErrorModule_missingEPackage_feature = Missing EPackage
_UI_ErrorModule_missingCloseParenthesis_feature = Missing Close Parenthesis
_UI_ErrorModule_missingEndHeader_feature = Missing End Header
_UI_Metamodel_referencedPackage_feature = Referenced Package
_UI_ErrorMetamodel_fragment_feature = Fragment
_UI_ErrorMetamodel_missingEndQuote_feature = Missing End Quote
_UI_Import_module_feature = Module
_UI_ErrorImport_missingEnd_feature = Missing End
_UI_ModuleReference_qualifiedName_feature = Qualified Name
_UI_Comment_body_feature = Body
_UI_ErrorComment_missingEndHeader_feature = Missing End Header
_UI_CommentBody_value_feature = Value
_UI_Documentation_documentedElement_feature = Documented Element
_UI_ModuleDocumentation_author_feature = Author
_UI_ModuleDocumentation_version_feature = Version
_UI_ModuleDocumentation_since_feature = Since
_UI_ErrorModuleDocumentation_missingEndHeader_feature = Missing End Header
_UI_ModuleElementDocumentation_parameterDocumentation_feature = Parameter Documentation
_UI_ErrorModuleElementDocumentation_missingEndHeader_feature = Missing End Header
_UI_DocumentedElement_documentation_feature = Documentation
_UI_DocumentedElement_deprecated_feature = Deprecated
_UI_NamedElement_name_feature = Name
_UI_Block_statements_feature = Statements
_UI_TypedElement_type_feature = Type
_UI_TypedElement_typeAql_feature = Type Aql
_UI_Template_parameters_feature = Parameters
_UI_Template_guard_feature = Guard
_UI_Template_post_feature = Post
_UI_Template_main_feature = Main
_UI_Template_visibility_feature = Visibility
_UI_Template_body_feature = Body
_UI_ErrorTemplate_missingVisibility_feature = Missing Visibility
_UI_ErrorTemplate_missingName_feature = Missing Name
_UI_ErrorTemplate_missingOpenParenthesis_feature = Missing Open Parenthesis
_UI_ErrorTemplate_missingParameters_feature = Missing Parameters
_UI_ErrorTemplate_missingCloseParenthesis_feature = Missing Close Parenthesis
_UI_ErrorTemplate_missingGuardOpenParenthesis_feature = Missing Guard Open Parenthesis
_UI_ErrorTemplate_missingGuardCloseParenthesis_feature = Missing Guard Close Parenthesis
_UI_ErrorTemplate_missingPostCloseParenthesis_feature = Missing Post Close Parenthesis
_UI_ErrorTemplate_missingEndHeader_feature = Missing End Header
_UI_ErrorTemplate_missingEnd_feature = Missing End
_UI_Query_parameters_feature = Parameters
_UI_Query_visibility_feature = Visibility
_UI_Query_body_feature = Body
_UI_ErrorQuery_missingVisibility_feature = Missing Visibility
_UI_ErrorQuery_missingName_feature = Missing Name
_UI_ErrorQuery_missingOpenParenthesis_feature = Missing Open Parenthesis
_UI_ErrorQuery_missingParameters_feature = Missing Parameters
_UI_ErrorQuery_missingCloseParenthesis_feature = Missing Close Parenthesis
_UI_ErrorQuery_missingColon_feature = Missing Colon
_UI_ErrorQuery_missingType_feature = Missing Type
_UI_ErrorQuery_missingEqual_feature = Missing Equal
_UI_ErrorQuery_missingEnd_feature = Missing End
_UI_Expression_ast_feature = Ast
_UI_Expression_aql_feature = Aql
_UI_ErrorVariable_missingName_feature = Missing Name
_UI_ErrorVariable_missingColon_feature = Missing Colon
_UI_ErrorVariable_missingType_feature = Missing Type
_UI_Binding_initExpression_feature = Init Expression
_UI_ErrorBinding_missingName_feature = Missing Name
_UI_ErrorBinding_missingColon_feature = Missing Colon
_UI_ErrorBinding_missingType_feature = Missing Type
_UI_ErrorBinding_missingAffectationSymbole_feature = Missing Affectation Symbole
_UI_ErrorBinding_missingAffectationSymbolePosition_feature = Missing Affectation Symbole Position
_UI_LeafStatement_newLineNeeded_feature = New Line Needed
_UI_ExpressionStatement_expression_feature = Expression
_UI_ErrorExpressionStatement_missingEndHeader_feature = Missing End Header
_UI_ProtectedArea_id_feature = Id
_UI_ProtectedArea_body_feature = Body
_UI_ErrorProtectedArea_missingOpenParenthesis_feature = Missing Open Parenthesis
_UI_ErrorProtectedArea_missingCloseParenthesis_feature = Missing Close Parenthesis
_UI_ErrorProtectedArea_missingEndHeader_feature = Missing End Header
_UI_ErrorProtectedArea_missingEnd_feature = Missing End
_UI_ForStatement_binding_feature = Binding
_UI_ForStatement_separator_feature = Separator
_UI_ForStatement_body_feature = Body
_UI_ErrorForStatement_missingOpenParenthesis_feature = Missing Open Parenthesis
_UI_ErrorForStatement_missingBinding_feature = Missing Binding
_UI_ErrorForStatement_missingCloseParenthesis_feature = Missing Close Parenthesis
_UI_ErrorForStatement_missingSeparatorCloseParenthesis_feature = Missing Separator Close Parenthesis
_UI_ErrorForStatement_missingEndHeader_feature = Missing End Header
_UI_ErrorForStatement_missingEnd_feature = Missing End
_UI_IfStatement_condition_feature = Condition
_UI_IfStatement_then_feature = Then
_UI_IfStatement_else_feature = Else
_UI_ErrorIfStatement_missingOpenParenthesis_feature = Missing Open Parenthesis
_UI_ErrorIfStatement_missingCloseParenthesis_feature = Missing Close Parenthesis
_UI_ErrorIfStatement_missingEndHeader_feature = Missing End Header
_UI_ErrorIfStatement_missingEnd_feature = Missing End
_UI_LetStatement_variables_feature = Variables
_UI_LetStatement_body_feature = Body
_UI_ErrorLetStatement_missingBindings_feature = Missing Bindings
_UI_ErrorLetStatement_missingEndHeader_feature = Missing End Header
_UI_ErrorLetStatement_missingEnd_feature = Missing End
_UI_FileStatement_mode_feature = Mode
_UI_FileStatement_url_feature = Url
_UI_FileStatement_charset_feature = Charset
_UI_FileStatement_body_feature = Body
_UI_ErrorFileStatement_missingOpenParenthesis_feature = Missing Open Parenthesis
_UI_ErrorFileStatement_missingComma_feature = Missing Comma
_UI_ErrorFileStatement_missingOpenMode_feature = Missing Open Mode
_UI_ErrorFileStatement_missingCloseParenthesis_feature = Missing Close Parenthesis
_UI_ErrorFileStatement_missingEndHeader_feature = Missing End Header
_UI_ErrorFileStatement_missingEnd_feature = Missing End
_UI_TextStatement_value_feature = Value
_UI_VarRef_variableName_feature = Variable Name
_UI_Call_serviceName_feature = Service Name
_UI_Call_type_feature = Type
_UI_Call_arguments_feature = Arguments
_UI_IntegerLiteral_value_feature = Value
_UI_RealLiteral_value_feature = Value
_UI_StringLiteral_value_feature = Value
_UI_BooleanLiteral_value_feature = Value
_UI_EnumLiteral_literal_feature = Literal
_UI_TypeLiteral_value_feature = Value
_UI_TypeSetLiteral_types_feature = Types
_UI_CollectionTypeLiteral_elementType_feature = Element Type
_UI_Lambda_parameters_feature = Parameters
_UI_Lambda_expression_feature = Expression
_UI_SetInExtensionLiteral_values_feature = Values
_UI_SequenceInExtensionLiteral_values_feature = Values
_UI_VariableDeclaration_name_feature = Name
_UI_VariableDeclaration_type_feature = Type
_UI_VariableDeclaration_expression_feature = Expression
_UI_ErrorTypeLiteral_segments_feature = Segments
_UI_ErrorTypeLiteral_missingColon_feature = Missing Colon
_UI_ErrorEnumLiteral_segments_feature = Segments
_UI_ErrorEnumLiteral_missingColon_feature = Missing Colon
_UI_ErrorCall_missingEndParenthesis_feature = Missing End Parenthesis
_UI_Binding_name_feature = Name
_UI_Binding_type_feature = Type
_UI_Binding_value_feature = Value
_UI_Let_bindings_feature = Bindings
_UI_Let_body_feature = Body
_UI_Conditional_predicate_feature = Predicate
_UI_Conditional_trueBranch_feature = True Branch
_UI_Conditional_falseBranch_feature = False Branch
_UI_Unknown_feature = Unspecified
_UI_VisibilityKind_private_literal = private
_UI_VisibilityKind_protected_literal = protected
_UI_VisibilityKind_public_literal = public
_UI_OpenModeKind_overwrite_literal = overwrite
_UI_OpenModeKind_append_literal = append
_UI_OpenModeKind_create_literal = create
_UI_CallType_CALLSERVICE_literal = CALLSERVICE
_UI_CallType_CALLORAPPLY_literal = CALLORAPPLY
_UI_CallType_COLLECTIONCALL_literal = COLLECTIONCALL
_UI_BlockComment_type = Block Comment
_UI_ErrorBlockComment_type = Error Block Comment
_UI_NewLineStatement_type = New Line Statement
_UI_NewLineStatement_indentationNeeded_feature = Indentation Needed
_UI_Block_inlined_feature = Inlined
_UI_EClassifierTypeLiteral_type = EClassifier Type Literal
_UI_ClassTypeLiteral_type = Class Type Literal
_UI_EnumLiteral_ePackageName_feature = EPackage Name
_UI_EnumLiteral_eEnumName_feature = EEnum Name
_UI_EnumLiteral_eEnumLiteralName_feature = EEnum Literal Name
_UI_EClassifierTypeLiteral_ePackageName_feature = EPackage Name
_UI_EClassifierTypeLiteral_eClassifierName_feature = EClassifier Name
_UI_ClassTypeLiteral_value_feature = Value
_UI_ErrorEClassifierTypeLiteral_missingColon_feature = Missing Colon