swingset.properties
来自「一个小公司要求给写的很简单的任务管理系统。」· PROPERTIES 代码 · 共 723 行 · 第 1/2 页
PROPERTIES
723 行
# This properties file is used to create a PropertyResourceBundle# It contains Locale specific strings used in the SwingSet demo.## 1.45 05/31/06# @author Jeff Dinkins#################################### SwingSet Infrastructure ####################################### About Box ###AboutBox.title=About Swing!AboutBox.ok_button_text=OKAboutBox.accessible_description=SwingSet2 demo is Copyright (c) 1997-2005 Sun Microsystems, Inc. All Rights Reserved.### Source Code ###SourceCode.loading=<html><body bgcolor=\"#ffffff\">Loading and formatting source code, please wait...</body></html>### Status ###Status.loading=Loading: Status.popupMenuAccessible=Press Shift-F10 to activate popup menu### Menu Bar ###MenuBar.accessible_description=Swing demo menu bar### Frame ###Frame.title=SwingSet2### Tabbed Pane ###TabbedPane.src_label=Source CodeTabbedPane.src_tooltip=Look at the source code for this demo### Look & Feel Menu ###LafMenu.laf_label=Look & FeelLafMenu.laf_mnemonic=LLafMenu.laf_accessible_description=Menu that allows Look & Feel switchingLafMenu.java_label=Java Look & FeelLafMenu.java_mnemonic=JLafMenu.java_accessible_description=The Java Look & FeelLafMenu.mac_label=Macintosh Look & FeelLafMenu.mac_mnemonic=MLafMenu.mac_accessible_description=The Macintosh Look & FeelLafMenu.motif_label=Motif Look & FeelLafMenu.motif_mnemonic=OLafMenu.motif_accessible_description=The Motif Look & FeelLafMenu.windows_label=Windows Style Look & FeelLafMenu.windows_mnemonic=WLafMenu.windows_accessible_description=Windows Style Look & FeelLafMenu.gtk_label=GTK Style Look & FeelLafMenu.gtk_mnemonic=GLafMenu.gtk_accessible_description=GTK Style Look & Feel### Themes Menu ###ThemesMenu.themes_label=ThemesThemesMenu.themes_mnemonic=TThemesMenu.themes_accessible_description=Menu to switch Metal color themesThemesMenu.aqua_label=AquaThemesMenu.aqua_mnemonic=QThemesMenu.aqua_accessible_description=A Metal Theme that uses bluish-green colorsThemesMenu.charcoal_label=CharcoalThemesMenu.charcoal_mnemonic=CThemesMenu.charcoal_accessible_description=A Metal Theme that uses dark grey colorsThemesMenu.contrast_label=High ContrastThemesMenu.contrast_mnemonic=HThemesMenu.contrast_accessible_description=A High Contrast ThemeThemesMenu.ocean_label=OceanThemesMenu.ocean_mnemonic=OThemesMenu.ocean_accessible_description=The Ocean Metal ThemeThemesMenu.steel_label=SteelThemesMenu.steel_mnemonic=SThemesMenu.steel_accessible_description=The blue/purple Metal ThemeThemesMenu.emerald_label=EmeraldThemesMenu.emerald_mnemonic=EThemesMenu.emerald_accessible_description=A Metal Theme that uses green colorsThemesMenu.ruby_label=RubyThemesMenu.ruby_mnemonic=RThemesMenu.ruby_accessible_description=A Metal Theme that uses red colors### Font SubMenu (under Themes) FontMenu.fonts_label=FontsFontMenu.fonts_mnemonic=FFontMenu.fonts_accessible_description=Menu to choose fonts for the Java look and feelFontMenu.bold_label=BoldFontMenu.bold_mnemonic=BFontMenu.bold_accessible_description=Turns on bold fonts for the Java look and feelFontMenu.plain_label=PlainFontMenu.plain_mnemonic=pFontMenu.plain_accessible_description=Turns on plain fonts for the Java look and feel### Audio SubMenu (under Themes) ###AudioMenu.audio_label=AudioAudioMenu.audio_mnemonic=AAudioMenu.audio_accessible_description=Menu to switch the amount of auditory feedback available within the Java look and feelAudioMenu.on_label=OnAudioMenu.on_mnemonic=OAudioMenu.on_accessible_description=Turn on all auditory feedback for the Java look and feelAudioMenu.default_label=DefaultAudioMenu.default_mnemonic=DAudioMenu.default_accessible_description=Turn on the standard amount of auditory feedback for the Java look and feelAudioMenu.off_label=OffAudioMenu.off_mnemonic=fAudioMenu.off_accessible_description=Turn off all auditory feedback for the Java look and feel### Options Menu ###OptionsMenu.options_label=OptionsOptionsMenu.options_mnemonic=POptionsMenu.options_accessible_description=Menu containing other optionsOptionsMenu.tooltip_label=Enable Tool TipsOptionsMenu.tooltip_mnemonic=TOptionsMenu.tooltip_accessible_description=Enable or disable tool tipsOptionsMenu.dragEnabled_label=Enable Drag SupportOptionsMenu.dragEnabled_mnemonic=DOptionsMenu.dragEnabled_accessible_description=Enable or disable drag support### File Menu ###FileMenu.file_label=FileFileMenu.file_mnemonic=FFileMenu.accessible_description=File MenuFileMenu.about_label=AboutFileMenu.about_mnemonic=bFileMenu.about_accessible_description=Find out about the SwingSet2 applicationFileMenu.open_label=OpenFileMenu.open_mnemonic=OFileMenu.open_accessible_description=Placeholder menu item for opening a fileFileMenu.save_label=SaveFileMenu.save_mnemonic=SFileMenu.save_accessible_description=Placeholder menu item for saving a fileFileMenu.save_as_label=Save As...FileMenu.save_as_mnemonic=AFileMenu.save_as_accessible_description=Placeholder menu item for saving a file with a new nameFileMenu.exit_label=ExitFileMenu.exit_mnemonic=xFileMenu.exit_accessible_description=Exit the SwingSet2 application### Multi-Screen menu ###MultiMenu.multi_label=MultiscreenMultiMenu.multi_mnemonic=MMultiMenu.multi_accessible_description=Multiscreen MenuMultiMenu.all_label=Create SwingSet2 on all screensMultiMenu.all_mnemonic=AMultiMenu.all_accessible_description=Create a SwingSet2 window on every screenMultiMenu.single_label=Create SwingSet2 on screenMultiMenu.single_accessible_description=Create a SwingSet2 window on screen################################### DEMOS ###################################### Button Demo ###ButtonDemo.accessible_description=The ButtonDemo shows examples of using JButton, JRadioButton, JToggleButton, and JCheckBox ButtonDemo.tooltip=JButton, JRadioButton, JToggleButton, JCheckbox demosButtonDemo.name=Button DemoButtonDemo.buttons=ButtonsButtonDemo.checkboxes=Check BoxesButtonDemo.radiobuttons=Radio ButtonsButtonDemo.togglebuttons=Toggle ButtonsButtonDemo.textbuttons=Text ButtonsButtonDemo.imagebuttons=Image ButtonsButtonDemo.textradiobuttons=Text Radio ButtonsButtonDemo.imageradiobuttons=Image Radio ButtonsButtonDemo.texttogglebuttons=Text Toggle ButtonsButtonDemo.imagetogglebuttons=Image Toggle ButtonsButtonDemo.textcheckboxes=Text CheckBoxesButtonDemo.imagecheckboxes=Image CheckBoxesButtonDemo.button1=One ButtonDemo.button2=TwoButtonDemo.button3=<html><font size=2 color=red><bold>Three!</font></html>ButtonDemo.radio1=Radio One ButtonDemo.radio2=Radio TwoButtonDemo.radio3=Radio ThreeButtonDemo.radioX=<html><font size=2 color=red>Three<bold>(HTML!)</bold></font></html>ButtonDemo.check1=One ButtonDemo.check2=TwoButtonDemo.check3=ThreeButtonDemo.checkX=<html><font size=2 color=red>Three<bold>(HTML!)</bold></font></html>ButtonDemo.customradio=A custom "chrome" radio button.ButtonDemo.customcheck=A custom lightbulb checkbox.ButtonDemo.phone=Phone ButtonDemo.write=WriteButtonDemo.peace=PeaceButtonDemo.controlpanel_label=Display Options:ButtonDemo.paintborder=Paint BorderButtonDemo.paintborder_tooltip=Click here to turn border painting on or off.ButtonDemo.paintborder_mnemonic=bButtonDemo.paintfocus=Paint FocusButtonDemo.paintfocus_tooltip=Click here to turn focus painting on or off.ButtonDemo.paintfocus_mnemonic=fButtonDemo.enabled=EnabledButtonDemo.enabled_tooltip=Click here to enable or disable the buttons.ButtonDemo.enabled_mnemonic=eButtonDemo.contentfilled=Content FilledButtonDemo.contentfilled_tooltip=Click here to control the filling of the content area.ButtonDemo.contentfilled_mnemonic=iButtonDemo.padamount_label=Pad Amount:ButtonDemo.default=DefaultButtonDemo.default_tooltip=Uses the default padding between the border and label.ButtonDemo.default_mnemonic=dButtonDemo.zero=0ButtonDemo.zero_mnemonic=0ButtonDemo.zero_tooltip=Uses no padding between the border and label.ButtonDemo.ten=10ButtonDemo.ten_mnemonic=1ButtonDemo.ten_tooltip=Uses a 10 pixel pad between the border and label.LayoutControlPanel.textposition_label=Text Position:LayoutControlPanel.contentalignment_label=Content Alignment:### ColorChooser Demo ###ColorChooserDemo.accessible_description=The ColorChooser allows a user to pick a color either from a pallete or by choosing RGB or HSB valuesColorChooserDemo.tooltip=JColorChooser demoColorChooserDemo.name=ColorChooser DemoColorChooserDemo.chooser_title=Choose a ColorColorChooserDemo.background=BackgroundColorChooserDemo.grad_a=Gradient 1ColorChooserDemo.grad_b=Gradient 2ColorChooserDemo.outer_line=PerimeterColorChooserDemo.cup=Image of the Java Trademark Coffee Cup### ComboBox Demo ###ComboBoxDemo.accessible_description=This demo shows an example of using the JComboBox component.ComboBoxDemo.tooltip=JComboBox demoComboBoxDemo.name=ComboBox DemoComboBoxDemo.hair=hairComboBoxDemo.eyes=eyesComboBoxDemo.mouth=mouthComboBoxDemo.presets=Presets:ComboBoxDemo.preset1=Philip, Howard, JeffComboBoxDemo.preset2=Jeff, Larry, PhilipComboBoxDemo.preset3=Howard, Scott, HansComboBoxDemo.preset4=Philip, Jeff, HansComboBoxDemo.preset5=Brent, Jon, ScottComboBoxDemo.preset6=Lara, Larry, LisaComboBoxDemo.preset7=James, Philip, MichaelComboBoxDemo.preset8=Philip, Lisa, BrentComboBoxDemo.preset9=James, Philip, JonComboBoxDemo.preset10=Lara, Jon, ScottComboBoxDemo.hair_description=Hair:ComboBoxDemo.eyes_description=Eyes & Nose:ComboBoxDemo.mouth_description=Mouth:ComboBoxDemo.amy=AmyComboBoxDemo.brent=BrentComboBoxDemo.georges=GeorgesComboBoxDemo.hans=HansComboBoxDemo.howard=HowardComboBoxDemo.james=JamesComboBoxDemo.jeff=JeffComboBoxDemo.jon=JonComboBoxDemo.lara=LaraComboBoxDemo.larry=LarryComboBoxDemo.lisa=LisaComboBoxDemo.michael=MichaelComboBoxDemo.philip=PhilipComboBoxDemo.scott=Scott### FileChooser Demo ###FileChooserDemo.accessible_description=The FileChooser allows a user to select a file, usually for opening or creating/saving.FileChooserDemo.tooltip=JFileChooser demoFileChooserDemo.name=FileChooser DemoFileChooserDemo.plainbutton=Show Plain JFileChooserFileChooserDemo.previewbutton=Show Preview JFileChooserFileChooserDemo.custombutton=Show Custom JFileChooserFileChooserDemo.description=<html>\    Note that you can easily create your own custom FileChooser<br> \    with as many components as you like. \</html>FileChooserDemo.filterdescription=JPEG and GIF Image FilesFileChooserDemo.nofileselected=Please select a file first.FileChooserDemo.thefile=the file:FileChooserDemo.isprobably=is probably an image.FileChooserDemo.helptext=<html>\Find: Find a file.<br>\About: Learn more about the file.<br>\OK: Choose that file.<br>\Cancel: Exit this dialog without doing anything.\</html>FileChooserDemo.findquestion=Find File:FileChooserDemo.findresponse=<html><center>\You really want me to find a file?!? <br>\I don't know how to do that! I'm just a demo!\</center></html>FileChooserDemo.dialogtitle=Custom Layout FileChooserFileChooserDemo.help=HelpFileChooserDemo.find=FindFileChooserDemo.ok=OKFileChooserDemo.about=AboutFileChooserDemo.cancel=Cancel### Html Demo ###HtmlDemo.accessible_description=This demo shows how to display html text using the JEditorPane component.HtmlDemo.tooltip=JEditorPane HTML demoHtmlDemo.name=JEditorPane HTML DemoHtmlDemo.filename=swing.html### Internal Frame Demo ###InternalFrameDemo.accessible_description=JInternal Frame DemoInternalFrameDemo.create_frames_label=Create Customized Internal FramesInternalFrameDemo.title_text_field_label=Frame title:InternalFrameDemo.frame_label=Frame
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?