Skip to main content
summaryrefslogtreecommitdiffstats
blob: 2b51a88dcf148cc7334eb4d547791ddb56ffb3a9 (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
####################################################
# 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_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

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

##managed bean section
ManagedBeanMasterSection_Name = Managed Bean Elements
ManagedBeanMasterSection_Description = The following managed beans are defined
ManagedBeanMasterSection_HelpContextID = com.sybase.stf.jmt.faces_config_editor_managedbeans
ManagedBeanMasterSection_HelpToolTip = ManagedBean


##managed bean general section
ManagedBeanGeneralSection_Name = Managed Bean

ManagedBeanGeneralSection_Desc = This section describes general configuration of this managed bean
ManagedBeanGeneralSection_HelpContextID = com.sybase.stf.jmt.faces_config_editor_managedbeans_general
ManagedBeanGeneralSection_HelpToolTip = Managed Bean General Information

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
InitializationSection_HelpContextID = com.sybase.stf.jmt.faces_config_editor_managedbeans_initialization
InitializationSection_HelpToolTip = Managed Bean Initialization

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_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
OverviewPage_EditorSection_Help_HelpContextID = com.sybase.stf.jmt.faces_config_editor_overview_editor
OverviewPage_EditorSection_Help_HelpToolTip = Editors

# 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:
OverviewPage_GeneralSection_Help_HelpContextID = com.sybase.stf.jmt.faces_config_editor_overview_general
OverviewPage_GeneralSection_Help_HelpToolTip = General

#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
OverviewPage_NavigationSection_Help_HelpContextID = com.sybase.stf.jmt.faces_config_editor_overview_navigation
OverviewPage_NavigationSection_Help_HelpToolTip = Navigation

# 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
OverviewPage_ManagedBeanSection_Help_HelpContextID = com.sybase.stf.jmt.faces_config_editor_overview_managedbean
OverviewPage_ManagedBeanSection_Help_HelpToolTip = Managed Bean
#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
OverviewPage_ComponentsSection_Help_HelpContextID = com.sybase.stf.jmt.faces_config_editor_overview_component
OverviewPage_ComponentsSection_Help_HelpToolTip = Component

#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
OverviewPage_OthersSection_Help_HelpContextID = com.sybase.stf.jmt.faces_config_editor_overview_others
OverviewPage_OthersSection_Help_HelpToolTip = Others

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:
ComponentMasterSection_HelpContextID = com.sybase.stf.jmt.faces_config_editor_components_component
ComponentMasterSection_HelpToolTip = Component


##Components General Section
ComponentGeneralSection_Name = General
ComponentGeneralSection_Description = This section describes the general information of this component.
ComponentGeneralSection_HelpContextID = com.sybase.stf.jmt.faces_config_editor_components_component_general
ComponentGeneralSection_HelpToolTip = ComponentGeneral
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:
RenderKitMasterSection_HelpContextID = com.sybase.stf.jmt.faces_config_editor_components_renderkit
RenderKitMasterSection_HelpToolTip = RenderKit


##RenderKits General Section
RenderKitGeneralSection_Name = General
RenderKitGeneralSection_Description = This section describes the general information of this render-kit.
RenderKitGeneralSection_HelpContextID = com.sybase.stf.jmt.faces_config_editor_components_renderkit_general
RenderKitGeneralSection_HelpToolTip = RenderKitGeneral
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_HelpContextID = com.sybase.stf.jmt.faces_config_editor_components_renderkit_renderer
RendererSection_HelpToolTip = RenderKitRenderer
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:
ConverterMasterSection_HelpContextID = com.sybase.stf.jmt.faces_config_editor_components_converter
ConverterMasterSection_HelpToolTip = Converter


##Converter General Section
ConverterGeneralSection_Name = General
ConverterGeneralSection_Description = This section describes the general information of this converter.
ConverterGeneralSection_HelpContextID = com.sybase.stf.jmt.faces_config_editor_components_converter_general
ConverterGeneralSection_HelpToolTip = ConverterGeneral
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:
ValidatorMasterSection_HelpContextID = com.sybase.stf.jmt.faces_config_editor_components_validator
ValidatorMasterSection_HelpToolTip = Validator


##Validator General Section
ValidatorGeneralSection_Name = General
ValidatorGeneralSection_Description = This section describes general information of this Validator
ValidatorGeneralSection_HelpContextID = com.sybase.stf.jmt.faces_config_editor_components_validator_general
ValidatorGeneralSection_HelpToolTip = ValidatorGeneral
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_HelpContextID = com.sybase.stf.jmt.faces_config_editor_components_attribute
AttributeSection_HelpToolTip = Attribute

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_HelpContextID = com.sybase.stf.jmt.faces_config_editor_components_property
PropertySection_HelpToolTip = Property

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_HelpContextID = com.sybase.stf.jmt.faces_config_editor_components_facet
FacetsSection_HelpToolTip = Facet

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 = 
ActionListenerSection_HelpContextID = com.sybase.stf.jmt.faces_config_editor_others_actionlistener
ActionListenerSection_HelpToolTip = ActionListener


##Application Message Bundle Section
MessageBundleSection_Name = Message Bundle
MessageBundleSection_Description = 
MessageBundleSection_HelpContextID = com.sybase.stf.jmt.faces_config_editor_others_messagebundle
MessageBundleSection_HelpToolTip = MessageBundle


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_HelpContextID = com.sybase.stf.jmt.faces_config_editor_others_localeconfig
LocaleConfigSection_HelpToolTip = LocaleConfig

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_HelpContextID = com.sybase.stf.jmt.faces_config_editor_others_defaultrenderkitid
DefaultRenderKitIDSection_HelpToolTip = DefaultRenderKitID


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 = 
NavigationHandlerSection_HelpContextID = com.sybase.stf.jmt.faces_config_editor_others_navigationhandler
NavigationHandlerSection_HelpToolTip = NavigationHandler


##Application View Handler Section
ViewHandlerSection_Name = View Handler
ViewHandlerSection_Description = 
ViewHandlerSection_HelpContextID = com.sybase.stf.jmt.faces_config_editor_others_viewhandler
ViewHandlerSection_HelpToolTip = ViewHandler


##Application State Manager Section
StateManagerSection_Name = State Manager
StateManagerSection_Description = 
StateManagerSection_HelpContextID = com.sybase.stf.jmt.faces_config_editor_others_statemanager
StateManagerSection_HelpToolTip = StateManager


##Application Property Resolver Section
PropertyResolverSection_Name = Property Resolver
PropertyResolverSection_Description = 
PropertyResolverSection_HelpContextID = com.sybase.stf.jmt.faces_config_editor_others_propertyresolver
PropertyResolverSection_HelpToolTip = PropertyResolver

##Application Variable Resolver Section
VariableResolverSection_Name = Variable Resolver
VariableResolverSection_Description = 
VariableResolverSection_HelpContextID = com.sybase.stf.jmt.faces_config_editor_others_variableresolver
VariableResolverSection_HelpToolTip = VariableResolver


##Factory Application Factory Section
ApplicationFactorySection_Name = Application Factory
ApplicationFactorySection_Description = 
ApplicationFactorySection_HelpContextID = com.sybase.stf.jmt.faces_config_editor_others_applicationfactory
ApplicationFactorySection_HelpToolTip = ApplicationFactory


##Factory Faces Context Factory Section
FacesContextFactorySection_Name = Faces Context Factory
FacesContextFactorySection_Description = 
FacesContextFactorySection_HelpContextID = com.sybase.stf.jmt.faces_config_editor_others_facescontextfactory
FacesContextFactorySection_HelpToolTip = FacesContextFactory


##Factory Lifecycle Factory Section
LifecycleFactorySection_Name = Lifecycle Factory
LifecycleFactorySection_Description = 
LifecycleFactorySection_HelpContextID = com.sybase.stf.jmt.faces_config_editor_others_lifecyclefactory
LifecycleFactorySection_HelpToolTip = LifecycleFactory


##Factory Render Kit Factory Section
RenderKitFactorySection_Name = Render Kit Factory
RenderKitFactorySection_Description = 
RenderKitFactorySection_HelpContextID = com.sybase.stf.jmt.faces_config_editor_others_renderkitfactory
RenderKitFactorySection_HelpToolTip = RenderKitFactory

##LifeCycle Phase Listener Section
PhaseListenerSection_Name = Phase Listener
PhaseListenerSection_Description = 
PhaseListenerSection_HelpContextID = com.sybase.stf.jmt.faces_config_editor_others_phaselistener
PhaseListenerSection_HelpToolTip = PhaseListener

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

Back to the top