Skip to main content
summaryrefslogtreecommitdiffstats
blob: 7618dcc9076e3b12a42e8b9373f98d325397b8fb (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
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
# ******************************************************************************
# * Copyright (c) 2010-2016 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
# *     Sopot Cela <sopotcela@gmail.com> - enhancements
# *     Marco Descher <marco@descher.at> - Bug 395982, 396975, 426653
# *     Steven Spungin <steven@spungin.tv> - Bug 431735, 430717, Ongoing Maintenance
# *     Lars Vogel <Lars.Vogel@gmail.com> - Bug 440159
# *     Olivier Prouvost <olivier.prouvost@opcoach.com> - Bug 466731
# *     Patrik Suzzi <psuzzi@gmail.com> - Bug 509606
# ******************************************************************************

PartEditor_Part=Part
XmiTab_TypeTextToSearch=type text to search (press <ENTER> to search for next instance)
ModelEditor_Import3x=Import 3x
E4StringPickList_Replace=Replace
E4StringPickList_NewValue=New Value : 
E4StringPickList_ToolTipNewValue=Enter your value and press Enter or click the Add button to add it. \nYou can add several values using a semi-colon separated string like this :\n value1;value2;value3
MarkDuplicateAttributesHandler_MarkDuplicates=Mark Duplicates
MarkDuplicateAttributesHandler_SelectAnAttributeToMarkeDuplicate=Select an attribute to mark duplicate values
VCommandEditor_ImportCommands=Import Commands
VPartDescriptor_Editors=Editors
VPartDescriptor_ViewAsCompatibilityView=View as CompatibilityView
VPartDescriptor_Views=Views
VWindowSharedElementsEditor_Editors=Editors
VWindowSharedElementsEditor_ViewAsCompatibilityView=View as CompatibilityView
VWindowSharedElementsEditor_Views=Views


ModelTooling_Common_Up=Up
ModelTooling_Common_Down=Down
ModelTooling_Common_AddEllipsis=Add
ModelTooling_Common_Add=Add
ModelTooling_Common_Remove=Remove
ModelTooling_Common_Replace=Replace
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_Variables_Tooltip=Declares the following variables to be modifiable in the local IEclipseContext (non-modifiable context variables will cause an IllegalArgumentException to be thrown if a modification attempt by a descendant context is made).
ModelTooling_Context_Properties=Context Properties

ModelTooling_ApplicationElement_Tags=Tags

ModelTooling_Contribution_PersistedState=Persisted State

ModelTooling_Empty_Warning=Value must not be empty

AbstractCommandSelectionDialog_Label_CommandId=Command-ID

ApplicationEditor_Label=Application
ApplicationEditor_Description=Application
ApplicationEditor_Handlers=Handlers
ApplicationEditor_PartDescriptors=Part Descriptors
ApplicationEditor_BindingTables=BindingTables
ApplicationEditor_Commands=Commands
ApplicationEditor_Windows=Windows
ApplicationEditor_Addons=Add-ons
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
ApplicationEditor_BindingTable=Binding Table
ApplicationEditor_Class=Class
ApplicationEditor_Command_Slash_Handler=Command/Handler
ApplicationEditor_HandledMenuItem=Handled Menu Item
ApplicationEditor_HandledToolbarItem=Handled Toolbar Item
ApplicationEditor_HandlerAndCommand=Handler and Command
ApplicationEditor_Icon=Icon
ApplicationEditor_Id=Id
ApplicationEditor_InertInfosForAHandledMenuItem=Insert informations for a Handled Menu Item
ApplicationEditor_InsertInfosForAToolbarItem=Insert informations for a Toolbar Item
ApplicationEditor_InsertInfosForCommandAndHandler=Insert informations for Command and Handler
ApplicationEditor_InsertInfosForKeybinding=Insert informations for a keybinding
ApplicationEditor_Keybinding=Keybinding
ApplicationEditor_Menu=Menu
ApplicationEditor_Name=Name
ApplicationEditor_Parent=Parent
ApplicationEditor_Sequence=Sequence
ApplicationEditor_Toolbar=Toolbar
ApplicationEditor_Type=Type

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

CommandEditor_Label=Command
CommandEditor_Description=Command
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
CommandEditor_NewCommandParameter=Command Parameter {0}

DirectMenuItemEditor_Label=Direct Menu Item
DirectMenuItemEditor_Description=Direct Menu Item
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

HandledMenuItemEditor_Label=Handled Menu Item
HandledMenuItemEditor_Description=Handled Menu Item
HandledMenuItemEditor_Command=Command
HandledMenuItemEditor_Parameters=Parameters
HandledMenuItemEditor_Tag=Name
HandledMenuItemEditor_Value=Value

DynamicMenuContributionEditor_Label=Dynamic Menu Contribution
DynamicMenuContributionEditor_Description=Dynamic Menu Contribution

DynamicMenuContributionEditor_ClassURI=Class URI
DynamicMenuContributionEditor_LabelLabel=Label

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

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


KeyBindingEditor_Label=KeyBinding
KeyBindingEditor_Description=Binding
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_Label_ViewMenu=View Menu
MenuEditor_Description=Menu
MenuEditor_MenuItems=MenuItems
MenuEditor_MenuItemType=Type
MenuEditor_MenuItemItemType=Item Type
MenuEditor_HandledMenuItem=Handled Menu Item
MenuEditor_DynamicMenuContribution=Dynamic Menu Contribution
MenuEditor_Separator=Separator
MenuEditor_Menu=Menu
MenuEditor_DirectMenuItem=Direct Menu Item
MenuEditor_LabelLabel=Label
MenuEditor_Tooltip=Tooltip
MenuEditor_IconURI=Icon URI
MenuEditor_MainMenu=Main Menu
MenuEditor_Children=Children
MenuEditor_Mnemonics=Mnemonics
MenuEditor_AddHandledMenuItem=Handled Menu Item
MenuEditor_AddMenu=Menu
MenuEditor_AddDirectMenuItem=Direct Menu Item
MenuEditor_AddSeparator=Separator
MenuEditor_AddDynamicMenuContribution=Dynamic Menu Contribution
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=Part Descriptor
PartDescriptorEditor_Descriptor=Part Descriptor 
PartDescriptorEditor_LabelLabel=Label
PartDescriptorEditor_Tooltip=Tooltip
PartDescriptorEditor_IconURI=Icon URI
PartDescriptorEditor_ClassURI=Class URI
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 
PartEditor_LabelLabel=Label
PartEditor_Tooltip=Tooltip
PartEditor_IconURI=Icon URI
PartEditor_IconURI_Tooltip=Choose the icon of your part here
PartEditor_ClassURI=Class URI
PartEditor_Closeable=Closeable
PartEditor_Closeable_Tooltip=If checked, the part can be closed by the user
PartEditor_Menus=Menus
PartEditor_Handlers=Handlers
PartEditor_ContainerData=Container Data
PartEditor_ToolBar=ToolBar
PartEditor_BindingContexts=Binding Contexts

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

PartStackEditor_Label=Part Stack
PartStackEditor_Description=Stack
PartStackEditor_SelectedElement=Selected Element
PartStackEditor_Parts=Parts
PartStackEditor_ContainerData=Container Data
PartStackEditor_AddPart=Part
PartStackEditor_AddPlaceholder=Placeholder
PartStackEditor_AddCompositePart=Composite Part
PartStackEditor_CompositePart=CompositePart
PartStackEditor_Editors=Editors
PartStackEditor_Part=Part
PartStackEditor_Placeholder=Placeholder
PartStackEditor_Views=Views

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


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

PlaceholderEditor_Label=Placeholder
PlaceholderEditor_Descriptor=Placeholder 
PlaceholderEditor_Reference=Reference
PlaceholderEditor_Closeable=Closeable
PlaceholderEditor_ContainerData=Container Data

ToolBarEditor_Label=Toolbar
ToolBarEditor_Description=Toolbar
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=Separator

ToolBarSeparatorEditor_Label=Separator

ToolControlEditor_Label=Tool Control
ToolControlEditor_Description=ToolControl
ToolControlEditor_ClassURI=Class URI

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

AddonsEditor_ClassURI=Class URI
AddonsEditor_TreeLabel=Add-on
AddonsEditor_TreeLabelDescription=Add-on
AddonsEditor_Tags=Tags

ContributionClassDialog_DialogMessage=Enter the name of the contributing class
ContributionClassDialog_DialogTitle=Find Contribution Class
ContributionClassDialog_Label_Classname=Class Name
ContributionClassDialog_FilterText_Message=Type to start search
ContributionClassDialog_ShellTitle=Find Contribution Class
ContributionURIValidator_Malformed_URI=The uri has to have the format 'bundleclass://$$bundleId$$/$$className$$'
ContributionURIValidator_No_Empty_URI=The URI must not be empty\!
ContributionURIValidator_URI_starts_with_platform=The URI has to start with 'bundleclass://'

MenuContributionEditor_MenuItems=Menu Items
MenuContributionEditor_MenuItemType=Type
MenuContributionEditor_MenuItemItemType=Item Type
MenuContributionEditor_HandledMenuItem=Handled Menu Item
MenuContributionEditor_DynamicMenuContribution=Dynamic Menu Contribution
MenuContributionEditor_Separator=Separator
MenuContributionEditor_Menu=Menu
MenuContributionEditor_DirectMenuItem=Direct Menu Item
MenuContributionEditor_ParentId=Parent-ID
MenuContributionEditor_Position=Position
MenuContributionEditor_TreeLabel=Menu Contribution
MenuContributionEditor_TreeLabelDescription=Menu Contribution 

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

StringModelFragment_Label=Model Fragment
StringModelFragment_LabelFor=Model Fragment for 
StringModelFragment_Description=Model Fragment
StringModelFragment_Featurename=Feature Name *
StringModelFragment_FeaturenameTooltip=Select a feature name to contribute to in the EClass describing the parent ID instance
StringModelFragment_ParentId=Extended Element ID *
StringModelFragment_ParentIdTooltip=Select here an element ID from your model, or you can enter 'xpath:/' to access to the application model.
StringModelFragment_PositionInList=Position in list
StringModelFragment_Elements=Elements
StringModelFragment_Ctrl_Space=Use CTRL + SPACE to see possible values

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

CategoryEditor_TreeLabel=Command Category
CategoryEditor_TreeLabelDescriptor=Command Category
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
BindingContextEditor_Name=Name
BindingContextEditor_Description=Description
BindingContextEditor_Subcontexts=Subcontexts
BindingContextEditor_AddContext=Binding Context
BindingContextEditor_NameWarning=Binding Context name should not be empty

CommandParameterEditor_TreeLabel=Command Parameter
CommandParameterEditor_TreeLabelDescritpion=Command Parameter
CommandParameterEditor_Name=Name
CommandParameterEditor_TypeId=TypeID
CommandParameterEditor_Optional=Optional

ParameterEditor_TreeLabel=Parameter
ParameterEditor_TreeLabelDescription=Parameter 
ParameterEditor_Command_Parameter_ID=Command Parameter ID
ParameterEditor_Value=Value

ParameterIdSelectionDialog_ShellTitle=Find command parameter id
ParameterIdSelectionDialog_DialogTitle=Find command parameter id
ParameterIdSelectionDialog_DialogMessage=Find the command parameter id to be referenced by this parameter.
ParameterIdSelectionDialog_LabelText=Command Parameter Id

PopupMenuEditor_TreeLabel=Popup Menu
PopupMenuEditor_TreeLabelDescription=Popup Menu 

RenderedMenuEditor_TreeLabel=Rendered Menu

RenderedMenuItem_TreeLabel=Rendered Menu Item
RenderedMenuItem_TreeLabelDescription=Rendered Menu Item 

RenderedToolBarEditor_TreeLabel=Rendered ToolBar

ToolBarContributionEditor_TreeLabel=ToolBar Contribution
ToolBarContributionEditor_TreeLabelDescription=ToolBar Contribution 

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

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


TrimContributionEditor_TreeLabel=Trim Contribution
TrimContributionEditor_TreeLabelDescription=Trim Contribution 
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
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 YYYYY
WindowEditor_Controls=Controls
WindowEditor_SharedElements=Shared Elements
WindowEditor_Snippets=Snippets

VApplicationAddons_AddAddon=Add-on
VApplicationAddons_TreeLabel=Add-ons
VApplicationAddons_TreeLabelDescription=Add-ons 
VApplicationAddons_Commands=Commands

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

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

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

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

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

VModelFragmentsEditor_TreeLabel=Fragments
VModelFragmentsEditor_TreeLabelDescription=Fragments
VModelFragmentsEditor_Fragments=Fragments
VModelFragmentsEditor_AddFragment=Model Fragment

VModelImportsEditor_TreeLabel=Imports
VModelImportsEditor_TreeLabelDescription=Imports
VModelImportsEditor_Imports=Imports

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

VSnippetsEditor_Snippets=Snippets;

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

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

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

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

VWindowSharedElementsEditor_TreeLabel=Shared Elements
VWindowSharedElementsEditor_TreeLabelDescription=Shared Elements 
VWindowSharedElementsEditor_Controls=Controls
VWindowSharedElementsEditor_AddPartSashContainer=Part Sash Container
VWindowSharedElementsEditor_AddPart=Part
VWindowSharedElementsEditor_AddPartStack=Part Stack

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

AbstractIconDialog_Icon_Name=Icon Name
AbstractIconDialog_IconName=IconName
AbstractIconDialog_Type_To_Start_Search=Type to start search

AbstractIconDialogWithHardcodedScope_Project=Project
AbstractIconDialogWithHardcodedScope_Workspace=Workspace
AbstractIconDialogWithScopeAndFilter_details=Details
AbstractIconDialogWithScopeAndFilter_icon=Icon
AbstractIconDialogWithScopeAndFilter_iconName=Icon Name
AbstractIconDialogWithScopeAndFilter_maxDisplayedImageSize=Max Displayed Image Size
AbstractIconDialogWithScopeAndFilter_typeToStartSearch=Type to start search

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

FilteredContributionDialog_Bundle=Bundle
FilteredContributionDialog_BundleFilter=Bundle Filter
FilteredContributionDialog_ClearCache=Clear Model Cache
FilteredContributionDialog_ContributionSearch=Contribution Search
FilteredContributionDialog_itemsWereFound=\ items were found.  Not all results have been displayed.\n
FilteredContributionDialog_Java=Java
FilteredContributionDialog_Location=Location
FilteredContributionDialog_LocationFilter=Location Filter
FilteredContributionDialog_MoreThan=More than
FilteredContributionDialog_NonBundles=Non Bundles
FilteredContributionDialog_None=None
FilteredContributionDialog_Package=Package
FilteredContributionDialog_PackageFilter=Package Filter
FilteredContributionDialog_ProjectAndReferences=Project and References
FilteredContributionDialog_ProjectOnly=Project Only
FilteredContributionDialog_ProviderInitializing=The provider is initializing.  Results will refresh when complete.
FilteredContributionDialog_ProviderWasCancelled=The provider was cancelled while initializing.  Results may be incomplete.
FilteredContributionDialog_ResourceIsNotContainedInABundle=The selected resource is not contained in a bundle.
FilteredContributionDialog_ResourceIsNotReferencedByThisBundle=The selected resource's bundle is not referenced by this bundle.
FilteredContributionDialog_Scope=Scope
FilteredContributionDialog_ScopeFilter=Scope Filter
FilteredContributionDialog_Searching=Searching...\n
FilteredContributionDialog_SearchWasCancelled=The search was cancelled.  Not all results may have been displayed.\n
FilteredContributionDialog_Select=Select
FilteredContributionDialog_SelectTheBundle=Select the bundle to filter on.
FilteredContributionDialog_SelectTheLocation=Select the location to filter on.
FilteredContributionDialog_SelectThePackage=Select the package to filter on.
FilteredContributionDialog_TargetPlatform=Target Platform
FilteredContributionDialog_Workspace=Workspace
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=Select Extended Element
FindParentReferenceElementDialog_Title=Select Extended Element
FindParentReferenceElementDialog_Message=Search for the element to be contributed by the model fragment
FindParentReferenceElementDialog_HelpTooltip=Elements of the selected class will be searched in all e4xmi files found in:\n* model fragment extensions\n* applicationXMI parameters of products extension.\n\nIf you need to find a 'live' ID, please use the Model Spy (Alt Shift F9) to get it from your running application.
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
FindParentReferenceElementDialog_AnyApplication=Any Application

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=Image file ''{0}'' not found 
ImageTooltip_Icon=Icon
ImageTooltip_Name=Name
ImageTooltip_Dimension=Dimensions
ImageTooltip_FileSize=File-Size

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

CoreExpressionEditor_TreeLabel=Core Expression
CoreExpressionEditor_TreeLabelDescription=Core Expression
CoreExpressionEditor_ExpressionId=Expression ID

ImperativeExpressionEditor_TreeLabel=Imperative Expression
ImperativeExpressionEditor_TreeLabelDescription=Imperative Expression
ImperativeExpressionEditor_TrackingLabel=Tracking

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>

MenuIdDialog_ShellTitle=Find Parent Menu Id
MenuIdDialog_DialogTitle=Find Parent Menu Id
MenuIdDialog_DialogMessage=Find the menu id to be used as parent (in fragment finds the imported menus only)
MenuIdDialog_Id=Parent Id

ToolBarIdDialog_ShellTitle=Find Parent Toolbar Id
ToolBarIdDialog_DialogTitle=Find Parent Toolbar Id
ToolBarIdDialog_DialogMessage=Find the toolbar id to be used as parent
ToolBarIdDialog_Id=Parent Id

TrimBarIdDialog_ShellTitle=Find Parent Trimbar Id
TrimBarIdDialog_DialogTitle=Find Parent Trimbar Id
TrimBarIdDialog_DialogMessage=Find the trimbar id to be used as parent
TrimBarIdDialog_Id=Parent Id

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

AreaEditor_Label=Area
AreaEditor_Description=Area
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
AreaIconDialogEditor_Enter_Text=Enter text
AreaIconDialogEditor_Icon=Icon

ModelEditor_Delete=Remove
ModelEditor_ExpandSubtree=Expand/Collapse (CTRL + Mouse)
ModelEditor_Form=Form
ModelEditor_XMI=XMI
ModelEditor_ExternalizeStrings=Externalize Strings
ModelEditor_ExportIds=Export Element Ids
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.

ExportIdsHandler_Dialog_ElementName=Element
ExportIdsHandler_Dialog_Key=Key
ExportIdsHandler_Dialog_Id_Value=Id Value
ExportIdsHandler_Dialog_ShellTitle=Export Element Ids
ExportIdsHandler_Dialog_DialogTitle=Export Element Ids
ExportIdsHandler_Dialog_DialogMessage=Export application model element Ids into a java file for static reference
ExportIdsHandler_Dialog_SelectProject=Please select a Java project to continue
ExportIdsHandler_Dialog_TargetClassName=Target Classname

ObjectViewer_Tooltip_Value=Value
ObjectViewer_Tooltip_InjectionKey=Injection key
ObjectViewer_Script=Execute Script


CommandWizard_ShellTitle=Command/Handler wizard
Special_UnknownElement=(unknown model element)
Special_UnknownElement_Detail= Use an extension point!
VWindowSharedElementsEditor_Area=Area
ModelEditor_ExtractFragment=Extract into a fragment
ModelEditor_ExtractFragment_NoParentId=Can not extract because parent container has no ID. \nAdd an ID and try again.
ModelEditor_goto_list=Goto List
ModelEditor_goto_xmi=Goto XMI
KeyBindingEditor_SequenceLowercase=Key sequences should be specified in uppercase characters
ModelTooling_CommandId_tooltip=Command identifier. Must be defined for a command to work properly.


ListTab_0=List
ListTab_1=Mark Duplicate IDs
ListTab_2=Duplicate IDs will be highlighted
ListTab_3=Repair Duplicate IDs
ListTab_4=Duplicate IDs will be replaced using a unique suffix
ListTab_5=Delete Selected Items
ListTab_6=Selected items will be deleted
ListTab_7=Showing items with attribute:
ListTab_8=xmi
ListTab_9=form
ListTab_col_id=ID
ListTab_col_item=Item
ListTab_col_label=Label
ListTab_col_go=Go

ListTab_addColumn=Add Column
ListTab_filterByAttribute=Filter By Attribute
ListTab_filterByItem=Filter By Item
ListTab_mark=Mark
ListTab_markAttribute=Filter By Attribute
ListTab_removeFilter=Remove Filter
ListTab_resetColumns=Reset Columns
ListTab_selectAnAttribute=Select an attribute
ListTab_selectAType=Select a type

CompositePartEditor_AddPartSashContainer=Part Sash Container
CompositePartEditor_AddPartStack=Part Stack
CompositePartEditor_AddPart=Part
CompositePartEditor_AddArea=Area
CompositePartEditor_AddPlaceholder=Placeholder
CompositePartEditor_Label=Composite Part
CompositePartEditor_Description=Composite Part
CompositePartEditor_Orientation=Orientation
CompositePartEditor_Horizontal=Horizontal
CompositePartEditor_Vertical=Vertical
CompositePartEditor_SelectedElement=Selected Element
CompositePartEditor_ContainerData=Container Data
CompositePartEditor_Controls=Controls
CompositePartEditor_LabelLabel=Label
CompositePartEditor_Tooltip=Tooltip
CompositePartEditor_IconURI=Icon URI
CompositePartEditor_IconURI_Tooltip=Choose the icon of your part here

Back to the top