Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 51fed81996dab88542a9631f0d99e57f07560111 (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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
# 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:
# 	Vincent Lorenzo (CEA LIST) vincent.lorenzo@cea.fr - Initial API and implementation

pluginName = Nattable Editor
providerName = Eclipse Modeling Project

_UI_NattableEditor_menu = &Nattable Editor
_UI_NattableconfigurationEditor_menu = &Nattableconfiguration Editor
_UI_NattableaxisproviderEditor_menu = &Nattableaxisprovider Editor
_UI_NattablelabelproviderEditor_menu = &Nattablelabelprovider Editor
_UI_NattableaxisconfigurationEditor_menu = &Nattableaxisconfiguration Editor
_UI_NattabletesterEditor_menu = &Nattabletester Editor
_UI_NattableaxisEditor_menu = &Nattableaxis Editor
_UI_NattablecellEditor_menu = &Nattablecell Editor
_UI_NattableproblemEditor_menu = &Nattableproblem Editor
_UI_NattablestyleEditor_menu = &Nattablestyle Editor

_UI_CreateChild_menu_item = &New Child
_UI_CreateSibling_menu_item = N&ew Sibling

_UI_ShowPropertiesView_menu_item = Show &Properties View
_UI_RefreshViewer_menu_item = &Refresh

_UI_SelectionPage_label = Selection
_UI_ParentPage_label = Parent
_UI_ListPage_label = List
_UI_TreePage_label = Tree
_UI_TablePage_label = Table
_UI_TreeWithColumnsPage_label = Tree with Columns
_UI_ObjectColumn_label = Object
_UI_SelfColumn_label = Self

_UI_NoObjectSelected = Selected Nothing
_UI_SingleObjectSelected = Selected Object: {0}
_UI_MultiObjectSelected = Selected {0} Objects

_UI_OpenEditorError_label = Open Editor

_UI_Wizard_category = Table Creation Wizards

_UI_CreateModelError_message = Problems encountered in file "{0}"

_UI_NattableModelWizard_label = Nattable Model
_UI_NattableModelWizard_description = Create a new Nattable model

_UI_NattableEditor_label = Nattable Model Editor

_UI_NattableEditorFilenameDefaultBase = My
_UI_NattableEditorFilenameExtensions = nattable

_UI_NattableconfigurationModelWizard_label = Nattableconfiguration Model
_UI_NattableconfigurationModelWizard_description = Create a new Nattableconfiguration model

_UI_NattableconfigurationEditor_label = Nattableconfiguration Model Editor

_UI_NattableconfigurationEditorFilenameDefaultBase = My
_UI_NattableconfigurationEditorFilenameExtensions = nattableconfiguration

_UI_NattableaxisproviderModelWizard_label = Nattableaxisprovider Model
_UI_NattableaxisproviderModelWizard_description = Create a new Nattableaxisprovider model

_UI_NattableaxisproviderEditor_label = Nattableaxisprovider Model Editor

_UI_NattableaxisproviderEditorFilenameDefaultBase = My
_UI_NattableaxisproviderEditorFilenameExtensions = nattableaxisprovider

_UI_NattablelabelproviderModelWizard_label = Nattablelabelprovider Model
_UI_NattablelabelproviderModelWizard_description = Create a new Nattablelabelprovider model

_UI_NattablelabelproviderEditor_label = Nattablelabelprovider Model Editor

_UI_NattablelabelproviderEditorFilenameDefaultBase = My
_UI_NattablelabelproviderEditorFilenameExtensions = nattablelabelprovider

_UI_NattableaxisconfigurationModelWizard_label = Nattableaxisconfiguration Model
_UI_NattableaxisconfigurationModelWizard_description = Create a new Nattableaxisconfiguration model

_UI_NattableaxisconfigurationEditor_label = Nattableaxisconfiguration Model Editor

_UI_NattableaxisconfigurationEditorFilenameDefaultBase = My
_UI_NattableaxisconfigurationEditorFilenameExtensions = nattableaxisconfiguration

_UI_NattabletesterModelWizard_label = Nattabletester Model
_UI_NattabletesterModelWizard_description = Create a new Nattabletester model

_UI_NattabletesterEditor_label = Nattabletester Model Editor

_UI_NattabletesterEditorFilenameDefaultBase = My
_UI_NattabletesterEditorFilenameExtensions = nattabletester

_UI_NattableaxisModelWizard_label = Nattableaxis Model
_UI_NattableaxisModelWizard_description = Create a new Nattableaxis model

_UI_NattableaxisEditor_label = Nattableaxis Model Editor

_UI_NattableaxisEditorFilenameDefaultBase = My
_UI_NattableaxisEditorFilenameExtensions = nattableaxis

_UI_NattablecellModelWizard_label = Nattablecell Model
_UI_NattablecellModelWizard_description = Create a new Nattablecell model

_UI_NattablecellEditor_label = Nattablecell Model Editor

_UI_NattablecellEditorFilenameDefaultBase = My
_UI_NattablecellEditorFilenameExtensions = nattablecell

_UI_NattableproblemModelWizard_label = Nattableproblem Model
_UI_NattableproblemModelWizard_description = Create a new Nattableproblem model

_UI_NattableproblemEditor_label = Nattableproblem Model Editor

_UI_NattableproblemEditorFilenameDefaultBase = My
_UI_NattableproblemEditorFilenameExtensions = nattableproblem

_UI_NattablestyleModelWizard_label = Nattablestyle Model
_UI_NattablestyleModelWizard_description = Create a new Nattablestyle model

_UI_NattablestyleEditor_label = Nattablestyle Model Editor

_UI_NattablestyleEditorFilenameDefaultBase = My
_UI_NattablestyleEditorFilenameExtensions = nattablestyle

_UI_Wizard_label = New

_WARN_FilenameExtension = The file name must end in ''.{0}''
_WARN_FilenameExtensions = The file name must have one of the following extensions: {0}

_UI_ModelObject = &Model Object
_UI_XMLEncoding = &XML Encoding
_UI_XMLEncodingChoices = UTF-8 ASCII UTF-16 UTF-16BE UTF-16LE ISO-8859-1
_UI_Wizard_initial_object_description = Select a model object to create

_UI_FileConflict_label = File Conflict
_WARN_FileConflict = There are unsaved changes that conflict with changes made outside the editor.  Do you wish to discard this editor's changes?


pluginDescription=This plugin provides the editor to create table configuration.
_UI_NattablecelleditorEditor_menu = &Nattablecelleditor Editor
_UI_NattablewrapperEditor_menu = &Nattablewrapper Editor

_UI_NattablecelleditorModelWizard_label = Nattablecelleditor Model
_UI_NattablecelleditorModelWizard_description = Create a new Nattablecelleditor model

_UI_NattablecelleditorEditor_label = Nattablecelleditor Model Editor

_UI_NattablecelleditorEditorFilenameDefaultBase = My
_UI_NattablecelleditorEditorFilenameExtensions = nattablecelleditor

_UI_NattablewrapperModelWizard_label = Nattablewrapper Model
_UI_NattablewrapperModelWizard_description = Create a new Nattablewrapper model

_UI_NattablewrapperEditor_label = Nattablewrapper Model Editor

_UI_NattablewrapperEditorFilenameDefaultBase = My
_UI_NattablewrapperEditorFilenameExtensions = nattablewrapper

Back to the top