Skip to main content
summaryrefslogtreecommitdiffstats
blob: 1c181eff5b1e7d196e1c2acd678447bb01a3250d (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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
# ******************************************************************************
# * Copyright (c) 2010 BestSolution.at and others.
# * 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:
# *     Tom Schindl <tom.schindl@bestsolution.at> - initial API and implementation
# ******************************************************************************
ModelTooling_Common_Up=Up
ModelTooling_Common_Down=Down
ModelTooling_Common_AddEllipsis=Add ...
ModelTooling_Common_Add=Add
ModelTooling_Common_Remove=Remove
ModelTooling_Common_Id=Id
ModelTooling_Common_RefId=Reference-Id
ModelTooling_Common_FindEllipsis=Find ...
ModelTooling_Common_TabDefault=Default
ModelTooling_Common_TabSupplementary=Supplementary
ModelEditor_AddChild=Add child
ModelTooling_Common_RuntimeContributionInstance=Contrib. Instance
ModelTooling_Common_RuntimeWidgetTree=Widget Tree

ModelTooling_UIElement_ToBeRendered=To Be Rendered
ModelTooling_UIElement_Visible=Visible
ModelTooling_UIElement_VisibleWhen=Visible-When Expression
ModelTooling_UIElement_AccessibilityPhrase=Accessibility Phrase

ModelTooling_Context_Variables=Variables
ModelTooling_Context_Properties=Context Properties

ModelTooling_ApplicationElement_Tags=Tags

ModelTooling_Contribution_PersistedState=Persisted State

AbstractCommandSelectionDialog_Label_CommandId=Command-Id

ApplicationEditor_Label=Application
ApplicationEditor_Description=Application bla, bla, bla
ApplicationEditor_Handlers=Handlers
ApplicationEditor_PartDescriptors=Part Descriptors
ApplicationEditor_BindingTables=BindingTables
ApplicationEditor_Commands=Commands
ApplicationEditor_Windows=Windows
ApplicationEditor_Addons=Addons
ApplicationEditor_MenuContributions=Menu Contributions
ApplicationEditor_Snippets=Snippets
ApplicationEditor_ToolBarContributions=Toolbar Contributions
ApplicationEditor_TrimContributions=Trim Contributions
ApplicationEditor_RootContexts=Binding Contexts
ApplicationEditor_BindingContexts=Binding Contexts
ApplicationEditor_Categories=Command Categories

BindingTableEditor_Label=BindingTable
BindingTableEditor_Description=BindingTable bla bla bla
BindingTableEditor_ContextId=Context Id
BindingTableEditor_Keybindings=Keybindings
BindingTableEditor_KeySequence=KeySequence
BindingTableEditor_Command=Command
BindingTableEditor_AddKeyBinding=Keybinding

CommandEditor_Label=Command
CommandEditor_Description=Command bla bla bla
CommandEditor_Name=Name
CommandEditor_LabelDescription=Description
CommandEditor_Parameters=Parameters
CommandEditor_ParameterName=Name
CommandEditor_ParameterTypeId=Type-Id
CommandEditor_ParameterOptional=Optional
CommandEditor_ParameterOptional_Yes=yes
CommandEditor_ParameterOptional_No=no
CommandEditor_ParameterId=Id
CommandEditor_Category=Category
CommandEditor_AddCommandParameter=Command Parameter

DirectMenuItemEditor_Label=DirectMenuItem
DirectMenuItemEditor_Description=DirectMenuItem bla bla bla
DirectMenuItemEditor_ClassURI=Class URI

ControlFactory_Key=Key
ControlFactory_Value=Value
ControlFactory_KeyValueShellTitle=Key/Value Pair

DirectToolItemEditor_ClassURI=Class URI
DirectToolItemEditor_Label=Direct Tool Item
DirectToolItemEditor_Description=Direct Tool Item bla bla bla

HandledMenuItemEditor_Label=HandledMenuItem
HandledMenuItemEditor_Description=HandledMenuItem bla bla bla
HandledMenuItemEditor_Command=Command
HandledMenuItemEditor_Parameters=Parameters
HandledMenuItemEditor_Tag=Name
HandledMenuItemEditor_Value=Value

HandledToolItemEditor_Command=Command
HandledToolItemEditor_Parameters=Parameters
HandledToolItemEditor_ParametersName=Name
HandledToolItemEditor_ParametersValue=Value
HandledToolItemEditor_Label=Handled Tool Item
HandledToolItemEditor_Description=Handled Tool Item bla bla bla

HandlerEditor_Label=Handler
HandlerEditor_Description=Handler bla bla bla
HandlerEditor_Command=Command
HandlerEditor_ClassURI=Class URI

InputPartEditor_Label=InputPart
InputPartEditor_InputURI=Input URI

KeyBindingEditor_Label=KeyBinding
KeyBindingEditor_Description=Binding bla bla bla
KeyBindingEditor_Sequence=Sequence
KeyBindingEditor_Command=Command
KeyBindingEditor_Parameters=Parameters
KeyBindingEditor_SequenceNotComplete=Keysequence is not complete
KeyBindingEditor_SequenceEmpty=Keysequence must not be empty!
KeyBindingEditor_AddParameter=Parameter

MenuEditor_Label=Menu
MenuEditor_Description=Menu bla bla bla
MenuEditor_MenuItems=MenuItems
MenuEditor_MenuItemType=Type
MenuEditor_MenuItemItemType=Item Type
MenuEditor_HandledMenuItem=Handled MenuItem
MenuEditor_Separator=Separator
MenuEditor_Menu=Menu
MenuEditor_DirectMenuItem=Direct MenuItem
MenuEditor_LabelLabel=Label
MenuEditor_Tooltip=Tooltip
MenuEditor_IconURI=Icon URI
MenuEditor_MainMenu=Main Menu
MenuEditor_Children=Children
MenuEditor_Mnemonics=Mnemonics
MenuEditor_AddHandledMenuItem=HandledMenuItem
MenuEditor_AddMenu=Menu
MenuEditor_AddDirectMenuItem=DirectMenuItem
MenuEditor_AddSeparator=Separator
MenuEditor_AddCoreExpression=VisibleWhen Core Expression


MenuItemEditor_Type=Type
MenuItemEditor_Label=Label
MenuItemEditor_Tooltip=Tooltip
MenuItemEditor_IconURI=Icon URI
MenuItemEditor_Enabled=Enabled
MenuItemEditor_Selected=Selected
MenuItemEditor_Mnemonics=Mnemonics
MenuItemEditor_NoExpression=<None>
MenuItemEditor_AddCoreExpression=VisibleWhen Core Expression

MenuSeparatorEditor_Label=Separator

PartDescriptorEditor_Label=PartDescriptor
PartDescriptorEditor_Descriptor=PartDescriptor Bla Bla Bla Bla
PartDescriptorEditor_LabelLabel=Label
PartDescriptorEditor_Tooltip=Tooltip
PartDescriptorEditor_IconURI=Icon URI
PartDescriptorEditor_ClassURI=Class URI
PartDescriptorEditor_Dirtyable=Dirtyable
PartDescriptorEditor_Closeable=Closeable
PartDescriptorEditor_Multiple=Multiple
PartDescriptorEditor_Category=Category
PartDescriptorEditor_Variables=Variables
PartDescriptorEditor_Properties=Properties
PartDescriptorEditor_PropertiesKey=Key
PartDescriptorEditor_PropertiesValue=Value
PartDescriptorEditor_Menus=Menus
PartDescriptorEditor_Handlers=Handlers
PartDescriptorEditor_ContainerData=Container Data

PartEditor_Label=Part
PartEditor_Description=Part Bla Bla Bla Bla
PartEditor_LabelLabel=Label
PartEditor_Tooltip=Tooltip
PartEditor_IconURI=Icon URI
PartEditor_ClassURI=Class URI
PartEditor_Closeable=Closeable
PartEditor_Menus=Menus
PartEditor_Handlers=Handlers
PartEditor_ContainerData=Container Data
PartEditor_ToolBar=ToolBar
PartEditor_BindingContexts=Binding Contexts

PartSashContainerEditor_Label=PartSashContainer
PartSashContainerEditor_Description=Sash bla bla bla
PartSashContainerEditor_Orientation=Orientation
PartSashContainerEditor_Vertical=Vertical
PartSashContainerEditor_Horizontal=Horizontal
PartSashContainerEditor_SelectedElement=Selected Element
PartSashContainerEditor_Controls=Controls
PartSashContainerEditor_ContainerData=Container Data
PartSashContainerEditor_AddPartSashContainer=PartSashContainer
PartSashContainerEditor_AddPartStack=PartStack
PartSashContainerEditor_AddPart=Part
PartSashContainerEditor_AddInputPart=Input Part
PartSashContainerEditor_AddArea=Area
PartSashContainerEditor_AddPlaceholder=Placeholder

PartStackEditor_Label=Part Stack
PartStackEditor_Description=Stack bla bla bla
PartStackEditor_SelectedElement=Selected Element
PartStackEditor_Parts=Parts
PartStackEditor_ContainerData=Container Data
PartStackEditor_AddPart=Part
PartStackEditor_AddInputPart=Input Part
PartStackEditor_AddPlaceholder=Placeholder

PerspectiveEditor_Label=Perspective
PerspectiveEditor_Description=Perspective Bla Bla Bla
PerspectiveEditor_LabelLabel=Label
PerspectiveEditor_SelectedElement=Selected Element
PerspectiveEditor_Label=Perspective
PerspectiveEditor_Tooltip=Tooltip
PerspectiveEditor_IconURI=Icon URI
PerspectiveEditor_Controls=Controls
PerspectiveEditor_AddPartSashContainer=PartSashContainer
PerspectiveEditor_AddPartStack=PartStack
PerspectiveEditor_AddPart=Part
PerspectiveEditor_AddInputPart=InputPart
PerspectiveEditor_AddArea=Area
PerspectiveEditor_AddPlaceholder=Placeholder


PerspectiveStackEditor_Label=Perspective Stack
PerspectiveStackEditor_Description=Perspective Stack Bla Bla Bla
PerspectiveStackEditor_SelectedElement=Selected Element
PerspectiveStackEditor_Perspectives=Perspectives
PerspectiveStackEditor_AddPerspective=Perspective

PlaceholderEditor_Label=Placeholder
PlaceholderEditor_Descriptor=Placeholder Bla Bla Bla Bla
PlaceholderEditor_Reference=Reference
PlaceholderEditor_Closeable=Closeable

ToolBarEditor_Label=Toolbar
ToolBarEditor_Description=Toolbar bla bla bla
ToolBarEditor_ToolbarItems=Toolbar Items
ToolBarEditor_ToolbarItemsType=Type
ToolBarEditor_ToolbarItemsItemType=Item-Type
ToolBarEditor_HandledToolItem=Handled ToolItem
ToolBarEditor_DirectToolItem=Direct ToolItem
ToolBarEditor_ToolControl=Tool Control
ToolBarEditor_Separator=Separator
ToolBarEditor_AddHandledToolItem=Handled ToolItem
ToolBarEditor_AddDirectToolItem=Direct ToolItem
ToolBarEditor_AddToolControl=Toolcontrol
ToolBarEditor_AddToolBarSeparator=Sepatator

ToolBarSeparatorEditor_Label=Separator

ToolControlEditor_Label=ToolControl
ToolControlEditor_Description=ToolControl bla bla bla
ToolControlEditor_ClassURI=Class URI

VBindingTableEditor_Label=Binding Configuration
VBindingTableEditor_Description=Binding Configuration Bla Bla Bla Bla
VBindingTableEditor_Contexts=Contexts
VBindingTableEditor_Name=Name
VBindingTableEditor_LabelDescription=Description
VBindingTableEditor_BindingTables=Binding Tables
VBindingTableEditor_AddBindingTable=Binding Table

AddonsEditor_ClassURI=Class URI
AddonsEditor_TreeLabel=Addon
AddonsEditor_TreeLabelDescription=Addon Bla Bla Bla
AddonsEditor_Tags=Tags

ContributionClassDialog_DialogMessage=Enter the name of the contributing class
ContributionClassDialog_DialogTitle=Find Contribution Class
ContributionClassDialog_Label_Classname=Classname
ContributionClassDialog_ShellTitle=Find Contribution Class

MenuContributionEditor_MenuItems=Menu Items
MenuContributionEditor_MenuItemType=Type
MenuContributionEditor_MenuItemItemType=Item Type
MenuContributionEditor_HandledMenuItem=Handled MenuItem
MenuContributionEditor_Separator=Separator
MenuContributionEditor_Menu=Menu
MenuContributionEditor_DirectMenuItem=Direct MenuItem
MenuContributionEditor_ParentId=Parent-Id
MenuContributionEditor_Position=Position
MenuContributionEditor_TreeLabel=Menu Contribution
MenuContributionEditor_TreeLabelDescription=Menu Contribution Bla Bla Bla Bla

ModelFragmentsEditor_ModelFragments=Model Fragments
ModelFragmentsEditor_Label=Model Fragments
ModelFragmentsEditor_Description=Description
ModelFragmentsEditor_Imports=Imports

StringModelFragment_Label=String Model Fragment
StringModelFragment_Description=String Model Fragment Bla Bla Bla
StringModelFragment_Featurename=Featurename
StringModelFragment_ParentId=Element Id
StringModelFragment_PositionInList=Position in list
StringModelFragment_Elements=Elements

FeatureSelectionDialog_Filter=Filter
FeatureSelectionDialog_ShellTitle=Find Featurename
FeatureSelectionDialog_DialogTitle=Featurename
FeatureSelectionDialog_DialogMessage=Find the name of the feature you want to contribute to

CategoryEditor_TreeLabel=Command Category
CategoryEditor_TreeLabelDescriptor=Command Category Bla Bla Bla
CategoryEditor_Name=Name
CategoryEditor_Description=Description
CategoryEditor_Tags=Tags

CommandCategorySelectionDialog_LabelCategoryId=Category Id
BindingContextSelectionDialog_LabelContextId=Context Id

ComponentLabelProvider_invisible=invisible
ComponentLabelProvider_notrendered=not rendered

BindingContextEditor_TreeLabel=Binding Context
BindingContextEditor_TreeLabelDescription=Binding Context Bla Bla Bla
BindingContextEditor_Name=Name
BindingContextEditor_Description=Description
BindingContextEditor_Subcontexts=Subcontexts
BindingContextEditor_AddContext=Binding Context

CommandParameterEditor_TreeLabel=Command Parameter
CommandParameterEditor_TreeLabelDescritpion=Command Parameter Bla Bla Bla
CommandParameterEditor_Name=Name
CommandParameterEditor_TypeId=TypeId
CommandParameterEditor_Optional=Optional

ParameterEditor_TreeLabel=Parameter
ParameterEditor_TreeLabelDescription=Parameter Bla Bla Bla Bla
ParameterEditor_Name=Name
ParameterEditor_Value=Value

PopupMenuEditor_TreeLabel=Popup Menu
PopupMenuEditor_TreeLabelDescription=Popup Menu Bla Bla Bla Bla

RenderedMenuEditor_TreeLabel=Rendered Menu

RenderedMenuItem_TreeLabel=Rendered MenuItem
RenderedMenuItem_TreeLabelDescription=Rendered MenuItem Bla Bla Bla Bla

RenderedToolBarEditor_TreeLabel=Rendered ToolBar

ToolBarContributionEditor_TreeLabel=ToolBar Contribution
ToolBarContributionEditor_TreeLabelDescription=ToolBar Contribution Bla Bla Bla Bla

ToolItemEditor_Type=Type
ToolItemEditor_Label=Label
ToolItemEditor_ToolTip=Tooltip
ToolItemEditor_IconURI=Icon URI
ToolItemEditor_Enabled=Enabled
ToolItemEditor_Selected=Selected
ToolItemEditor_NoExpression=<None>

TrimBarEditor_TreeLabel=Window Trim
TrimBarEditor_TreeLabelDescription=Window Trim bla bla bla
TrimBarEditor_Side=Side
TrimBarEditor_Controls=Controls
TrimBarEditor_AddToolBar=Toolbar
TrimBarEditor_AddToolControl=Toolcontrol


TrimContributionEditor_TreeLabel=Trim Contribution
TrimContributionEditor_TreeLabelDescription=Trim Contribution Bla Bla Bla Bla
TrimContributionEditor_ParentId=Parent Id
TrimContributionEditor_Position=Position
TrimContributionEditor_Controls=Controls

TrimmedWindowEditor_TrimBars=TrimBars
TrimmedWindowEditor_TreeLabel=Trimmed Window

WindowEditor_AddMainMenu=Main Menu
WindowEditor_TreeLabel=Window
WindowEditor_TreeLabelDescription=Window bla bla bla
WindowEditor_Bounds=Bounds(x,y,w,h)
WindowEditor_Label=Label
WindowEditor_Tooltip=Tooltip
WindowEditor_IconURI=Icon URI
WindowEditor_MainMenu=Main Menu
WindowEditor_SelectedElement=Selected Element
WindowEditor_BindingContexts=Binding Contexts
WindowEditor_Handlers=Handlers
WindowEditor_Windows=Windows
WindowEditor_Controls=Controls
WindowEditor_SharedElements=Shared Elements

VApplicationAddons_AddAddon=Addon
VApplicationAddons_TreeLabel=Addons
VApplicationAddons_TreeLabelDescription=Addons bla bla bla bla
VApplicationAddons_Commands=Commands

VApplicationCategoriesEditor_TreeLabel=Command Categories
VApplicationCategoriesEditor_TreeLabelDescription=Command Categories bla bla bla bla
VApplicationCategoriesEditor_Categories=Categories
VApplicationCategoriesEditor_AddCategory=Category

VCommandEditor_TreeLabel=Commands
VCommandEditor_TreeLabelDescription=Commands Bla Bla Bla Bla Bla
VCommandEditor_Commands=Commands
VCommandEditor_AddCommand=Command

VHandlerEditor_TreeLabel=Handlers
VHandlerEditor_TreeLabelDescription=Handlers Bla Bla Bla Bla Bla
VHandlerEditor_Handlers=Handlers
VHandlerEditor_AddHandler=Handler

VMenuContributionsEditor_TreeLabel=Menu Contributions
VMenuContributionsEditor_TreeLabelDescription=Menu Contributions Bla Bla Bla Bla Bla
VMenuContributionsEditor_MenuContributions=Menu Contributions
VMenuContributionsEditor_AddMenuContribution=Menu Contribution

VMenuEditor_TreeLabel=Menus
VMenuEditor_TreeLabelDescription=Menus Bla Bla Bla Bla Bla
VMenuEditor_Menus=Menus
VMenuEditor_AddMenuContribution=Menu
VMenuEditor_AddPopupMenuContribution=Popup Menu

VModelFragmentsEditor_TreeLabel=Fragments
VModelFragmentsEditor_TreeLabelDescription=Fragments Bla Bla Bla Bla Bla
VModelFragmentsEditor_Fragments=Fragments

VModelImportsEditor_TreeLabel=Imports
VModelImportsEditor_TreeLabelDescription=Imports Bla Bla Bla Bla Bla
VModelImportsEditor_Imports=Imports

VPartDescriptor_TreeLabel=Part Descriptors
VPartDescriptor_TreeLabelDescription=Part Descriptors Bla Bla Bla Bla Bla
VPartDescriptor_Descriptors=Descriptors
VPartDescriptor_AddPartDescriptor=Descriptor

VSnippetsEditor_Snippets=Snippets;

VToolBarContributionsEditor_TreeLabel=ToolBar Contributions
VToolBarContributionsEditor_TreeLabelDescription=ToolBar Contributions Bla Bla Bla Bla Bla
VToolBarContributionsEditor_Contributions=ToolBar Contributions
VToolBarContributionsEditor_AddToolBarContribution=ToolBar Contribution

VTrimContributionsEditor_TreeLabel=Trim Contributions
VTrimContributionsEditor_TreeLabelDescription=Trim Contributions Bla Bla Bla Bla Bla
VTrimContributionsEditor_Contributions=Trim Contributions
VTrimContributionsEditor_AddTrimContribution=Trim Contribution

VWindowControlEditor_TreeLabel=Controls
VWindowControlEditor_TreeLabelDescription=Controls Bla Bla Bla Bla Bla
VWindowControlEditor_Controls=Controls
VWindowControlEditor_AddPerspectiveStack=Perspective Stack
VWindowControlEditor_AddPartSashContainer=Part Sash Container
VWindowControlEditor_AddPartStack=Part Stack
VWindowControlEditor_AddPart=Part
VWindowControlEditor_AddInputPart=Input Part
VWindowControlEditor_AddArea=Area

VWindowEditor_TreeLabel=Windows
VWindowEditor_TreeLabelDescription=Windows Bla Bla Bla Bla Bla
VWindowEditor_Windows=Windows
VWindowEditor_AddTrimmedWindow=Trimmed Window
VWindowEditor_AddWindow=Window

VWindowSharedElementsEditor_TreeLabel=Shared Elements
VWindowSharedElementsEditor_TreeLabelDescription=Shared Elements Bla Bla Bla Bla
VWindowSharedElementsEditor_Controls=Controls
VWindowSharedElementsEditor_AddPartSashContainer=Part Sash Container
VWindowSharedElementsEditor_AddPart=Part
VWindowSharedElementsEditor_AddInputPart=Input Part

VWindowTrimEditor_TreeLabel=Window Trims
VWindowTrimEditor_TreeLabelDescription=Window Trims Bla Bla Bla Bla Bla
VWindowTrimEditor_Controls=Controls
VWindowTrimEditor_AddWindowTrim=Window Trim

AbstractIconDialog_IconName=IconName

BindingContextSelectionDialog_ShellTitle=BindingContext Dialog
BindingContextSelectionDialog_Title=BindingContext
BindingContextSelectionDialog_Message=Search for a BindingContext
BindingContextSelectionDialog_NoIdReference=You can not reference an element without an ID

CommandCategorySelectionDialog_ShellTitle=Command Category Dialog
CommandCategorySelectionDialog_Title=Command Category
CommandCategorySelectionDialog_Message=Search for a Command Category

FindImportElementDialog_ShellTitle=Find Import Elements
FindImportElementDialog_Title=Find Import Elements
FindImportElementDialog_Message=Search for an elements whose ID you'd like to import
FindImportElementDialog_Search=Search
FindImportElementDialog_noId=no id
FindImportElementDialog_ClearCache=Clear Cache
FindImportElementDialog_NoIdReference=You can not import an element without an ID

FindParentReferenceElementDialog_ShellTitle=Find Parent Elements
FindParentReferenceElementDialog_Title=Find Parent Elements
FindParentReferenceElementDialog_Message=Search for an elements who you like to references as parent
FindParentReferenceElementDialog_ContainerType=Container-Type
FindParentReferenceElementDialog_Search=Search
FindParentReferenceElementDialog_ClearCache=Clear Cache
FindParentReferenceElementDialog_NoReferenceId=You can not reference an element without an ID
FindParentReferenceElementDialog_NoId=no id

HandledMenuItemCommandSelectionDialog_ShellTitle=MenuItem Command
HandledMenuItemCommandSelectionDialog_DialogTitle=MenuItem-Command
HandledMenuItemCommandSelectionDialog_DialogMessage=Connect the MenuItem to a command

HandledToolItemCommandSelectionDialog_ShellTitle=ToolItem Command
HandledToolItemCommandSelectionDialog_DialogTitle=ToolItem-Command
HandledToolItemCommandSelectionDialog_DialogMessage=Connect the ToolItem to a command

HandlerCommandSelectionDialog_ShellTitle=Handler Command
HandlerCommandSelectionDialog_DialogTitle=Handler-Command
HandlerCommandSelectionDialog_DialogMessage=Connect the handler to a command

KeyBindingCommandSelectionDialog_ShellTitle=Keybinding Command
KeyBindingCommandSelectionDialog_DialogTitle=Keybinding-Command
KeyBindingCommandSelectionDialog_DialogMessage=Connect the keybinding to a command

MenuIconDialogEditor_ShellTitle=Menu Icon Search
MenuIconDialogEditor_DialogTitle=Menu Icon Search
MenuIconDialogEditor_DialogMessage=Search for GIF, PNG and JPG icons in the current project

MenuItemIconDialogEditor_ShellTitle=Menu Item Icon Search
MenuItemIconDialogEditor_DialogTitle=Menu Item Icon Search
MenuItemIconDialogEditor_DialogMessage=Search for GIF, PNG and JPG icons in the current project

PartDescriptorIconDialogEditor_ShellTitle=Part Descriptor Icon Search
PartDescriptorIconDialogEditor_DialogTitle=Part Descriptor Icon Search
PartDescriptorIconDialogEditor_DialogMessage=Search for GIF, PNG and JPG icons in the current project

PartIconDialogEditor_ShellTitle=Part Icon Search
PartIconDialogEditor_DialogTitle=Part Icon Search
PartIconDialogEditor_DialogMessage=Search for GIF, PNG and JPG icons in the current project

PerspectiveIconDialogEditor_ShellTitle=Perspective Icon Search
PerspectiveIconDialogEditor_DialogTitle=Perspective Icon Search
PerspectiveIconDialogEditor_DialogMessage=Search for GIF, PNG and JPG icons in the current project

SharedElementsDialog_ShellTitle=Find Shared Elements
SharedElementsDialog_Title=Find Shared Elements
SharedElementsDialog_Message=Find Shared Elements of an Window
SharedElementsDialog_Name=Name

ToolItemIconDialogEditor_ShellTitle=ToolItem Icon Search
ToolItemIconDialogEditor_DialogTitle=ToolItem Icon Search
ToolItemIconDialogEditor_DialogMessage=Search for GIF, PNG and JPG icons in the current project

WindowIconDialogEditor_ShellTitle=Menu Icon Search
WindowIconDialogEditor_DialogTitle=Menu Icon Search
WindowIconDialogEditor_DialogMessage=Search for GIF, PNG and JPG icons in the current project

ImageTooltip_UnknownError=Unknown Error
ImageTooltip_FileNotFound=File ''{0}'' not found in bundle ''{1}''
ImageTooltip_Icon=Icon
ImageTooltip_Name=Name
ImageTooltip_Dimension=Dimensions
ImageTooltip_FileSize=File-Size

VItemParametersEditor_TreeLabel=Parameters
VItemParametersEditor_TreeLabelDescription=Parameters Bla Bla Bla
VItemParametersEditor_Parameters=Parameters
VItemParametersEditor_AddParameter=Parameter

CoreExpressionEditor_TreeLabel=Core Expression
CoreExpressionEditor_TreeLabelDescription=Core Expression Bla Bla Bla
CoreExpressionEditor_ExpressionId=Expression Id

ExpressionIdDialog_ShellTitle=Find Expression Id
ExpressionIdDialog_DialogTitle=Find Expression Id
ExpressionIdDialog_DialogMessage=Find the expression id defined through the 'org.eclipse.core.expressions.definitions' extension point
ExpressionIdDialog_Id=Id
CommandToStringConverter_None=<None>

VRootBindingContexts_AddContext=Binding Context
VRootBindingContexts_TreeLabel=Binding Context
VRootBindingContexts_TreeLabelDescription=Binding Context Bla Bla Bla
VRootBindingContexts_Contexts=Binding Contexts

AreaEditor_Label=Area
AreaEditor_Description=Area Bla Bla Bla
AreaEditor_Orientation=Orientation
AreaEditor_Horizontal=Horizontal
AreaEditor_SelectedElement=Selected Element
AreaEditor_ContainerData=Container Data
AreaEditor_Controls=Controls
AreaEditor_Vertical=Vertical
AreaEditor_LabelLabel=Label
AreaEditor_Tooltip=Tooltip
AreaEditor_IconURI=Icon URI

AreaIconDialogEditor_ShellTitle=Area Icon Search
AreaIconDialogEditor_DialogTitle=Area Icon Search
AreaIconDialogEditor_DialogMessage=Search for GIF, PNG and JPG icons in the current project

ModelEditor_Delete=Remove
ModelEditor_Form=Form
ModelEditor_XMI=XMI
ModelEditor_ExternalizeStrings=Externalize Strings
ModelEditor_Script=Execute Script
ModelEditor_ShowControl=Show control

ExternalizeStringHandler_Dialog_ElementName=Element
ExternalizeStringHandler_Dialog_AttributeName=Attribute
ExternalizeStringHandler_Dialog_Key=Key
ExternalizeStringHandler_Dialog_Value=Value
ExternalizeStringHandler_Dialog_ShellTitle=Externalize Strings
ExternalizeStringHandler_Dialog_DialogTitle=Externalize Strings
ExternalizeStringHandler_Dialog_DialogMessage=Externalizing manifest files extracts translatable strings and stores them in a properties file for multi-language support.

ObjectViewer_Tooltip_Value=Value
ObjectViewer_Tooltip_InjectionKey=Injection key
ObjectViewer_Script=Execute Script


CommandWizard_ShellTitle=Command/Handler wizard

Back to the top