messages.properties

来自「找了很久才找到到源代码」· PROPERTIES 代码 · 共 59 行

PROPERTIES
59
字号
# Used in CmsAdminWidgetDemo4 for ComboBox
GUI_WIDGETDEMO_DEMOVALUE_1        		=Value{0}
GUI_WIDGETDEMO_DEMOHELP_VAL2_0    		=Help for the 2nd value.
GUI_WIDGETDEMO_DEMOHELP_1         		=Help information for "{0}".

GUI_WIDGETDEMO_TOOL_NAME_0				=Widget Element Demo
GUI_WIDGETDEMO_TOOL_HELP_0				=Contains several demos for developers of OpenCms Administration tools using widgets.
GUI_WIDGETDEMO_TOOL_GROUP_0				=Demos

GUI_WIDGETDEMO_BASIC_GROUP_0			=Basic examples
GUI_WIDGETDEMO_ADVANCED_GROUP_0			=Advanced examples

GUI_WIDGETDEMO_1_NAME_0					=Demo 1: Proof of concept
GUI_WIDGETDEMO_1_HELP_0					=A "proof of concept" for using widgets on an Administration dialog.

GUI_WIDGETDEMO_2_NAME_0					=Demo 2: Dialog layout
GUI_WIDGETDEMO_2_HELP_0					=Shows how to use widgets together with the Administration layout functions.

GUI_WIDGETDEMO_3_NAME_0					=Demo 3: Labels and help bubbles
GUI_WIDGETDEMO_3_HELP_0					=Shows how to use labels and help bubbles with the widgets on an Administration dialog.

GUI_WIDGETDEMO_4_NAME_0					=Demo 4: Adding and removing values
GUI_WIDGETDEMO_4_HELP_0					=Shows how to use the add / remove functions with the widgets on an Administration dialog.

GUI_WIDGETDEMO_5_NAME_0					=Demo 5: Mapping widgets to object properties
GUI_WIDGETDEMO_5_HELP_0					=Shows how to map widgets on a dialog to base object properties.

GUI_WIDGETDEMO_6_NAME_0					=Demo 6: Multiple page widget dialog 
GUI_WIDGETDEMO_6_HELP_0					=Shows how to create a dialog using widgets where the information is spread on several pages.

GUI_WIDGETDEMO_7_NAME_0					=Demo 7: Optional elements
GUI_WIDGETDEMO_7_HELP_0					=Shows how to use the add / remove functions with optional elements.

GUI_WIDGETDEMO_8_NAME_0					=Demo 8: Value validation
GUI_WIDGETDEMO_8_HELP_0					=Shows the validation of the input fields.

GUI_WIDGETDEMO_9_NAME_0					=Demo 9: Layout variation
GUI_WIDGETDEMO_9_HELP_0					=Shows the layout variation using dialog boxes.

label.stringwidget				=String widget
label.stringwidget.help			=This is a simple example for a String widget on an Administration dialog.
label.boolwidget					=Boolean widget
label.boolwidget.help			=This is a simple example for a Boolean widget on an Administration dialog.
label.textwidget					=Textarea widget
label.textwidget.help			=This is a simple example for a Textarea widget on an Administration dialog.
label.vfsfilewidget				=VFS file widget
label.vfsfilewidget.help			=This is a simple example for a VFS file widget on an Administration dialog.
label.imagegalwidget				=Image gallery widget
label.imagegalwidget.help		=This is a simple example for a Image gallery widget on an Administration dialog.

label.jobName					=Job name
label.jobName.help				=Please enter a descriptive name for this scheduled job.
label.className					=Java class
label.className.help				=Please enter the Java class to execute as scheduled job.
label.cronExpression				=Cron expression
label.cronExpression.help		=Please enter the cron expression for this scheduled job.

GUI_EDITOR_XMLCONTENT_OPTIONALELEMENT_0	=(Click on the "New" button on the right side to activate this element)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?