blob: 2b51a88dcf148cc7334eb4d547791ddb56ffb3a9 [file] [log] [blame]
####################################################
# 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.