Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f063e2f8fd072db94fe29e270987c5670a0a6c22 (plain) (blame)
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
##########################################################################################
# Copyright (c) 2013 CEA LIST.
# 
#     
# 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:
#  Laurent Wouters (CEA LIST) laurent.wouters@cea.fr - Initial API and implementation
#
########################################################################################

pluginName = Papyrus ISO42010 Implementation - Edit
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_ADElement_type = AD Element
_UI_ArchitectureDescription_type = Architecture Description
_UI_Stakeholder_type = Stakeholder
_UI_ArchitectureViewpoint_type = Architecture Viewpoint
_UI_ModelKind_type = Model Kind
_UI_ArchitectureModel_type = Architecture Model
_UI_ArchitectureView_type = Architecture View
_UI_Concern_type = Concern
_UI_System_type = System
_UI_Architecture_type = Architecture
_UI_ArchitectureRationale_type = Architecture Rationale
_UI_Correspondence_type = Correspondence
_UI_CorrespondenceRule_type = Correspondence Rule
_UI_ArchitectureDecision_type = Architecture Decision
_UI_Unknown_type = Object

_UI_Unknown_datatype= Value

_UI_ADElement_name_feature = Name
_UI_ADElement_affectedBy_feature = Affected By
_UI_ArchitectureDescription_stakeholders_feature = Stakeholders
_UI_ArchitectureDescription_concerns_feature = Concerns
_UI_ArchitectureDescription_viewpoints_feature = Viewpoints
_UI_ArchitectureDescription_views_feature = Views
_UI_ArchitectureDescription_system_feature = System
_UI_ArchitectureDescription_expresses_feature = Expresses
_UI_ArchitectureDescription_rationales_feature = Rationales
_UI_ArchitectureDescription_correspondences_feature = Correspondences
_UI_ArchitectureDescription_rules_feature = Rules
_UI_ArchitectureDescription_decisions_feature = Decisions
_UI_Stakeholder_concerns_feature = Concerns
_UI_Stakeholder_viewpoints_feature = Viewpoints
_UI_Stakeholder_hasInterestIn_feature = Has Interest In
_UI_ArchitectureViewpoint_modelKinds_feature = Model Kinds
_UI_ArchitectureViewpoint_governs_feature = Governs
_UI_ArchitectureViewpoint_frames_feature = Frames
_UI_ModelKind_governs_feature = Governs
_UI_ModelKind_viewpoint_feature = Viewpoint
_UI_ArchitectureModel_governedBy_feature = Governed By
_UI_ArchitectureModel_view_feature = View
_UI_ArchitectureView_governedBy_feature = Governed By
_UI_ArchitectureView_models_feature = Models
_UI_ArchitectureView_addresses_feature = Addresses
_UI_Concern_framedBy_feature = Framed By
_UI_Concern_addressedBy_feature = Addressed By
_UI_Concern_stakeholders_feature = Stakeholders
_UI_Concern_raisedBy_feature = Raised By
_UI_Concern_decisions_feature = Decisions
_UI_System_name_feature = Name
_UI_System_stakeholders_feature = Stakeholders
_UI_System_exhibits_feature = Exhibits
_UI_Architecture_exhibitedIn_feature = Exhibited In
_UI_ArchitectureRationale_justifies_feature = Justifies
_UI_Correspondence_governedBy_feature = Governed By
_UI_Correspondence_relates_feature = Relates
_UI_CorrespondenceRule_governs_feature = Governs
_UI_ArchitectureDecision_justifiedBy_feature = Justified By
_UI_ArchitectureDecision_dependsUpon_feature = Depends Upon
_UI_ArchitectureDecision_dependents_feature = Dependents
_UI_ArchitectureDecision_raises_feature = Raises
_UI_ArchitectureDecision_pertainsTo_feature = Pertains To
_UI_ArchitectureDecision_affects_feature = Affects
_UI_Unknown_feature = Unspecified

_UI_ArchitectureFramework_type = Architecture Framework
_UI_ArchitectureFramework_stakeholders_feature = Stakeholders
_UI_ArchitectureFramework_viewpoints_feature = Viewpoints
_UI_ArchitectureFramework_rules_feature = Rules
_UI_ArchitectureFramework_concerns_feature = Concerns

Back to the top