Skip to main content
summaryrefslogtreecommitdiffstats
blob: 889132378d4f1a4bdba982c54cc1e87fc8b4f70e (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
###############################################################################
# Copyright (c) 2001, 2007 Oracle Corporation 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:
#     Oracle Corporation - initial API and implementation
###############################################################################
####################################################
# Common UI resources
####################################################
UI_Button_Add = Add
UI_Button_Edit = Edit
UI_Button_Remove = Remove
UI_Button_Add_more = Add...
UI_Button_Edit_more = Edit...

##Message for remove confirm alerter.
Remove_Title = Confirm Remove
Remove_Msg = Are you sure you want to remove {0}?

FindType = Find Type
FindType_Filter = Choose a type (?=any character, *=any string):
FindType_Error_CannotFindType = Can not find java class

FacesConfigEditor_Error_OpenModel_Title = Error
FacesConfigEditor_ErrorHandlingUndoConflicts_DialogTitle=File Conflict
FacesConfigEditor_ErrorHandlingUndoConflicts_DialogMessage=There are unsaved changes that conflict with changes made outside the editor.  Do you wish to discard this editor's changes?
FacesConfigEditor_Error_OpenModel = Cannot open the faces-config file, this project is not a web project.
####################################################
# Tab's name for multipageeditor of faces-config 
####################################################
FacesConfigEditor_Introduction_TabName = Introduction
FacesConfigEditor_Overview_TabName = Overview
FacesConfigEditor_Pageflow_TabName = Navigation Rule
FacesConfigEditor_ManagedBeans_TabName = ManagedBean
FacesConfigEditor_Components_TabName = Component
FacesConfigEditor_Others_TabName = Others
FacesConfigEditor_Source_TabName = Source


####################################################
#Introduction page 
####################################################
editor_pageflow_page_intro_name = Introduction
editor_pageflow_page_intro_title = Faces Configuration Introduction
editor_pageflow_page_intro_help_HelpContextID = com.sybase.stf.jmt.faces_config_editor_introduction
editor_pageflow_page_intro_help_HelpToolTip = Introduction
editor_pageflow_page_intro_NoIntroPage=Don't show this page next time. 

####################################################
#ManagedBean page 
####################################################
ManagedBeanPage_Title = Faces Configuration Managed Bean

##managed bean section
ManagedBeanMasterSection_Name = Managed Bean Elements
ManagedBeanMasterSection_Description = The following managed beans are defined


##managed bean general section
ManagedBeanGeneralSection_Name = Managed Bean

ManagedBeanGeneralSection_Desc = This section describes general configuration of this managed bean

ManagedBeanGeneralSection_ManagedBeanName = Managed Bean name*:
ManagedBeanGeneralSection_ManagedBeanClass = Managed Bean class*:
ManagedBeanGeneralSection_ManagedBeanScope = Managed Bean scope*:

##managed bean initialization section
InitializationSection_Name = Initialization
InitializationSection_Description = You can initialize the managed bean's properties or itself if it is a subclass of java.util.Map or java.util.List

ManagedBeanPropertyEditDialog_Title_NewPropertyEntry = Create New Property
ManagedBeanPropertyEditDialog_Title_ExistingPropertyEntry = Edit Existing Property
ManagedBeanPropertyEditDialog_PropertyName = Property name*:
ManagedBeanPropertyEditDialog_PropertyClass = Property class*:
ManagedBeanPropertyEditDialog_PropertyClass_Browse = Browse...
ManagedBeanPropertyEditDialog_ValueType = Value type:
ManagedBeanProeprtyEditPage_Description = Editing managed bean property.
ManagedBeanPropertyEditDialog_Value = Value:
ManagedBeanPropertyEditWizard_Title = Editing Managed Bean Property
ManagedBeanProeprtyEditPage_Title = Edit Property
ManagedBeanPropertyEditDialog_Value_Change = Edit...

ManagedBeanPropertyEditDialog_FindType = Find Type
ManagedBeanPropertyEditDialog_FindType_Filter = Choose a type (?=any character, *=any string):

InitializationSection_ClassType = Managed Bean class type:

InitializationSection_ClassType_General = General class
InitializationSection_ClassType_Map = Map
InitializationSection_ClassType_List = List

InitializationSection_PropertyTable_Name = Name
InitializationSection_PropertyTable_Class = Class
InitializationSection_PropertyTable_Value = Value

InitializationSection_MapType_KeyClass = Key class:
InitializationSection_MapType_ValueClass = Value class:

InitializationSection_MapTable_Title = Values:
InitializationSection_MapTable_Key = Key

InitializationSection_MapTable_Value = Value

InitializationSection_ListType_ValueClass = Value class:
InitializationSection_ListTable_Title = Values:
InitializationSection_ListTable_Value = Value


##ListEntriesEditGroup
ListEntriesEditPage_Title = Editing list-entries
ListEntriesWizard_Title = Editing list-entries
ListEntriesEditPage_Description = Editing list-entries of managed bean property.



####################################################
#Overview Page
####################################################
#OverviewPage.help = Help
OverviewPage_page_name = Overview
OverviewPage_page_id = PageflowOverview
OverviewPage_page_title = PageFlow Overview
OverviewPage_PageflowOverview_summary = Faces Configuration Overview

# editor section 
OverviewPage_EditorSection_name = Editors Information
OverviewPage_EditorSection_description = This section information about editors
OverviewPage_EditorSection_noplugin = No plugin.xml file
OverviewPage_EditorSection_nooverview = No Overview section found in plugin.xml file

# general section
OverviewPage_GeneralSection_name = General information of faces-config.xml
OverviewPage_GeneralSection_description = This section describes general information
OverviewPage_GeneralSection_label_name = Faces Config Name:
OverviewPage_GeneralSection_label_version = Version:

#navigation section
OverviewPage_NavigationSection_name = Navigation Information
OverviewPage_NavigationSection_description = This section describes the navigation rules
OverviewPage_NavigationSection_table_col1 = From View ID
OverviewPage_NavigationSection_table_col2 = From Outcome
OverviewPage_NavigationSection_table_col3 = To View ID
OverviewPage_NavigationSection_pageflowPageID = org.eclipse.wtp.jsf.facesconfig.editor.pageflow.PageflowEditor


# managed bean section
OverviewPage_ManagedBeanSection_name = ManagedBean Information
OverviewPage_ManagedBeanSection_description = This section describes the managed beans
OverviewPage_ManagedBeanSection_table_namecol = Name
OverviewPage_ManagedBeanSection_table_scopecol = Scope
OverviewPage_ManagedBeanSection_table_classcol = Class
OverviewPage_ManagedBeanSection_managedbeanPageID = com.sybase.stf.jmt.editors.pageflow.managedbean.DataBindingPage

#components section
OverviewPage_ComponentsSection_name = Component Information
OverviewPage_ComponentsSection_description = This section describes component, render-kit, converter and validator elements
OverviewPage_ComponentsSection_table_typecol = Element Type
OverviewPage_ComponentsSection_table_namecol = Element Name
OverviewPage_ComponentsSection_componentsPageID = com.sybase.stf.jmt.editors.pageflow.components.ComponentsPage

#other section
OverviewPage_OthersSection_name = Others Information
OverviewPage_OthersSection_description = This section describes application, factory and lifecycle elements
OverviewPage_OthersSection_table_typecol = Element Type
OverviewPage_OthersSection_table_namecol = Element Name
OverviewPage_OthersSection_table_valuecol = Element Value
OverviewPage_OthersSection_othersPageID = com.sybase.stf.jmt.editors.pageflow.OthersPage

ManagedBeanPropertyGroup_error_EmptyName = The property name should be selected.
ManagedBeanPropertyGroup_error_EmptyClass = The property class should be selected or input.
MapEntriesEditGroup_Edit = Edit...
MapEntriesEditPage_Title = Editing map-entries
MapEntriesWizard_Title = Editing map-entries
MapEntryEditGroup_Key = Key*:
MapEntryEditGroup_error_EmptyKey = The key is empty.
MapEntryEditGroup_error_DuplicateKey = The key ''{0}'' is duplicated.


MapEntryEditPage_Title = Edit map-entry
MapEntryEditWizard_Title = Edit Map Entry
MapEntriesEditPage_Description = Editing map-entries of managed bean property.
MapEntryEditPage_Description = Editing map-entry of managed bean property.
ValueEditDialog_Title = Edit Value
ValueEditWizard_Title = Edit Value
ValueEditPage_Description = Editing value of managed bean property.
ValueEditGroup_Value = Value:
ValueEditPage_Title = Edit Value

####################################################
#Components page 
####################################################
ComponentsPage_Title = Faces Configuration Components

##Component Master Section
ComponentMasterSection_Name = Components
ComponentMasterSection_Description = The following components are defined:


##Components General Section
ComponentGeneralSection_Name = General
ComponentGeneralSection_Description = This section describes the general information of this component.
ComponentGeneralSection_Label_DisplayName = Display Name:
ComponentGeneralSection_Label_Description = Description:
ComponentGeneralSection_Label_ComponentType = Component Type*:
ComponentGeneralSection_Label_ComponentClass = Component Class*:

##RenderKit Master Section
RenderKitMasterSection_Name = Render Kits
RenderKitMasterSection_Description = The following render-kits are defined:


##RenderKits General Section
RenderKitGeneralSection_Name = General
RenderKitGeneralSection_Description = This section describes the general information of this render-kit.
RenderKitGeneralSection_Label_DisplayName = Display Name:
RenderKitGeneralSection_Label_Description = Description:
RenderKitGeneralSection_Label_RenderKitID = Renderkit ID:
RenderKitGeneralSection_Label_RenderKitClass = Renderkit Class:

##Renderer Section
RendererSection_Name = Renderers
RendererSection_Description = This section lists all the renderers of this render-kit.
RendererSection_Table_NameColumn = Name
RendererSection_Table_ComponentFamilyColumn = Component Family
RendererSection_Table_TypeColumn = Type
RendererSection_Table_ClassColumn = Class

##Add/Edit Renderer Dialog
RendererSection_Dialog_Title_Add = Add Renderer
RendererSection_Dialog_Title_Edit = Edit Renderer
RendererSection_Dialog_Tab_General = General
RendererSection_Dialog_DisplayName = Display Name:
RendererSection_Dialog_ComponentFamilyValue = Component Family*:
RendererSection_Dialog_TypeValue = Renderer Type*:
RendererSection_Dialog_RendererClass = Renderer Class*:
RendererSection_Dialog_Error_ComponentFamilyEmpty = The component family is empty.
RendererSection_Dialog_Error_RendererTypeEmpty = The renderer type is empty.
RendererSection_Dialog_Error_RendererClassEmpty = The renderer class is empty.

RendererSection_Dialog_SelectComponentFamilyDialog_Title = Select Component Family
#RendererSection.Dialog.Page.SelectComponentFamilyDialogPage.Title = Select Component Family
#RendererSection.Dialog.Page.SelectComponentFamilyDialogPage.Description = Enter or select a component family.
#RendererSection.Dialog.Page.SelectComponentFamilyDialogPage.LabelText = Enter or select a component family:
RendererSection_Dialog_ComponentFamilyCaption = Select Component Family
RendererSection_Dialog_ComponentFamilyLabel = Enter or select a component family:
##Converter Master Section
ConverterMasterSection_Name = Converters
ConverterMasterSection_Description = The following Converters are defined:


##Converter General Section
ConverterGeneralSection_Name = General
ConverterGeneralSection_Description = This section describes the general information of this converter.
ConverterGeneralSection_Label_DisplayName = Display Name:
ConverterGeneralSection_Label_Description = Description:
ConverterGeneralSection_Label_ConverterID = Converter ID:
ConverterGeneralSection_Label_ConverterForClass = or Converter For Class:
ConverterGeneralSection_Label_ConverterClass = Converter Class*:

##Validator Section
ValidatorMasterSection_Name = Validators
ValidatorMasterSection_Description = The following Validators are defined:


##Validator General Section
ValidatorGeneralSection_Name = General
ValidatorGeneralSection_Description = This section describes general information of this Validator
ValidatorGeneralSection_Label_DisplayName = Display Name:
ValidatorGeneralSection_Label_Description = Description:
ValidatorGeneralSection_Label_ValidatorID = Validator ID*:
ValidatorGeneralSection_Label_ValidatorClass = Validator Class*:

##Attribute Section
AttributeSection_Name = Attributes
AttributeSection_Description = This section lists all the attributes.

AttributeSection_Table_NameColumn = Name
AttributeSection_Table_ClassColumn = Class
AttributeSection_Table_DefaultValueColumn = Default Value
AttributeSection_Table_SuggestedValueColumn = Suggested Value

##Add/Edit Attribute Dialog
AttributeSection_Dialog_Title_Add = Add Attribute
AttributeSection_Dialog_Title_Edit = Edit Attribute
AttributeSection_Dialog_Tab_General = General
AttributeSection_Dialog_AttributeName = Attribute Name*:
AttributeSection_Dialog_AttributeClass = Attribute Class*:
AttributeSection_Dialog_DefaultValue = Default value:
AttributeSection_Dialog_SuggestedValue = Suggested value:
AttributeSection_Dialog_Error_NameEmpty = The attribute name is empty.
AttributeSection_Dialog_Error_ClassEmpty = The attribute class is empty.

##Property Section
PropertySection_Name = Properties
PropertySection_Description = This section lists all the properties.

PropertySection_Table_NameColumn = Name
PropertySection_Table_ClassColumn = Class
PropertySection_Table_DefaultValueColumn = Default Value
PropertySection_Table_SuggestedValueColumn = Suggested Value


##Add/Edit Property Dialog
PropertySection_Dialog_Title_Add = Add Property
PropertySection_Dialog_Title_Edit = Edit Property
PropertySection_Dialog_Tab_General = General
PropertySection_Dialog_PropertyName = Property Name*:
PropertySection_Dialog_PropertyClass = Property Class*:
PropertySection_Dialog_DefaultValue = Default value:
PropertySection_Dialog_SuggestedValue = Suggested value:
PropertySection_Dialog_Error_NameEmpty = The property name is empty.
PropertySection_Dialog_Error_ClassEmpty = The property class is empty.

##Facet Section
FacetSection_Name = Facets
FacetSection_Description = This section lists all the facets.

FacetSection_Table_DisplayNameColumn = Display Name
FacetSection_Table_FacetNameColumn = Facet Name
FacetSection_Table_DescriptionColumn = Description

FacetSection_Dialog_Title_Add = Add Facet
FacetSection_Dialog_Title_Edit = Edit Facet
FacetSection_Dialog_Tab_General = General
FacetSection_Dialog_FacetName = Facet Name*:
FacetSection_Dialog_DisplayName = Display Name:
FacetSection_Dialog_Description = Description:
FacetSection_Dialog_Error_NameEmpty = The facet name is empty.

####################################################
#Others page 
####################################################
OthersPage_Title = Faces Configuration Others

##Application ActionListener Section
ActionListenerSection_Name = Action Listener
ActionListenerSection_Description = 


##Application Message Bundle Section
MessageBundleSection_Name = Message Bundle
MessageBundleSection_Description = 


MessageBundleSection_Dialog_Title = Select Message Bundle
MessageBundleSection_Dialog_Message_SelectPropertyFile = Please select a message bundle file.
MessageBundleSection_Dialog_Message_AlreadyExists = This message bundle already exists.

##Application Locale Config Section
LocaleConfigSection_Name = Locale Config
LocaleConfigSection_Description = 

LocaleConfigSection_Wizard_WindowTitle = Add New Locale
LocaleConfigSection_Wizard_Page_Name = addLocalePage
LocaleConfigSection_Wizard_Page_Title = Add Supported Locale
LocaleConfigSection_Wizard_Page_Description = 
LocaleConfigSection_Wizard_Page_LabelText = Enter or select a locale:
LocaleConfigSection_Wizard_Page_AlreadyExistsError = This locale already exists.

##Application Default RenderKit ID Section
DefaultRenderKitIDSection_Name = Default RenderKit ID
DefaultRenderKitIDSection_Description = 


DefaultRenderKitIDSection_Wizard_WindowTitle = Add Default Render Kit ID
DefaultRenderKitIDSection_Wizard_Page_Name = addDefaultRenderKitIDPage
DefaultRenderKitIDSection_Wizard_Page_Title = Add Default Render Kit ID
DefaultRenderKitIDSection_Wizard_Page_Description = 
DefaultRenderKitIDSection_Wizard_Page_LabelText = Enter or select a render kit id:
DefaultRenderKitIDSection_Wizard_Page_AlreadyExistsError = This render kit ID already exists.

##Application Navigation Handler Section
NavigationHandlerSection_Name = Navigation Handler
NavigationHandlerSection_Description = 


##Application View Handler Section
ViewHandlerSection_Name = View Handler
ViewHandlerSection_Description = 


##Application State Manager Section
StateManagerSection_Name = State Manager
StateManagerSection_Description = 


##Application Property Resolver Section
PropertyResolverSection_Name = Property Resolver
PropertyResolverSection_Description = 

##Application Variable Resolver Section
VariableResolverSection_Name = Variable Resolver
VariableResolverSection_Description = 


##Factory Application Factory Section
ApplicationFactorySection_Name = Application Factory
ApplicationFactorySection_Description = 


##Factory Faces Context Factory Section
FacesContextFactorySection_Name = Faces Context Factory
FacesContextFactorySection_Description = 


##Factory Lifecycle Factory Section
LifecycleFactorySection_Name = Lifecycle Factory
LifecycleFactorySection_Description = 


##Factory Render Kit Factory Section
RenderKitFactorySection_Name = Render Kit Factory
RenderKitFactorySection_Description = 

##LifeCycle Phase Listener Section
PhaseListenerSection_Name = Phase Listener
PhaseListenerSection_Description = 

####################################################
#Resource for MultiPageEditorOutlinePage
####################################################
MultiPageEditorOutlinePage_noOutline = An outline is not available.


FacesConfigEditor_WaitForLoadPage_Title= Please wait while the editor finishes loading...
FacesConfigEditor_WaitForLoad_EditorTabTitle=Wait for Load
ModelLoader_LoadingModelJobName="Loading faces-config model"

###########################
# AlignmentAction messages
###########################
AlignmentAction_AlignLeftAction_Tooltip=Align Left
AlignmentAction_AlignLeftAction_Label=Align &Left
AlignmentAction_AlignRightAction_Tooltip=Align Right
AlignmentAction_AlignRightAction_Label=Align &Right
AlignmentAction_AlignTopAction_Tooltip=Align Top
AlignmentAction_AlignTopAction_Label=Align &Top
AlignmentAction_AlignBottomAction_Tooltip=Align Bottom
AlignmentAction_AlignBottomAction_Label=Align &Bottom
AlignmentAction_AlignCenterAction_Tooltip=Align Center
AlignmentAction_AlignCenterAction_Label=Align &Center
AlignmentAction_AlignMiddleAction_Tooltip=Align Middle
AlignmentAction_AlignMiddleAction_Label=Align &Middle
AddEditManagedPropertyDialog_Add=Add Managed Property
AddEditManagedPropertyDialog_Edit=Edit Managed Property
AddEditMapEntryDialog_NullValue=Null Value
EditListEntriesDialog_EditingListEntries=Editing list-entries
EditMapEntriesDialog_EditingMapEntries=Editing map-entries

Back to the top