src/demo/share/jfc/SwingSet2/resources/swingset.properties
changeset 49495 f46bfa7a2956
child 57577 a0c5401371c9
equal deleted inserted replaced
49316:73da889306b7 49495:f46bfa7a2956
       
     1 # This properties file is used to create a PropertyResourceBundle
       
     2 # It contains Locale specific strings used in the SwingSet demo.
       
     3 #
       
     4 # @author Jeff Dinkins
       
     5 
       
     6 #################################
       
     7 ###  SwingSet Infrastructure  ###
       
     8 #################################
       
     9 
       
    10 ### About Box ###
       
    11 
       
    12 AboutBox.title=About Swing!
       
    13 AboutBox.ok_button_text=OK
       
    14 AboutBox.accessible_description=SwingSet2 demo is Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
       
    15 
       
    16 ### Source Code ###
       
    17 SourceCode.loading=<html><body bgcolor=\"#ffffff\">Loading and formatting source code, please wait...</body></html>
       
    18 
       
    19 ### Status ###
       
    20 
       
    21 Status.loading=Loading:
       
    22 Status.popupMenuAccessible=Press Shift-F10 to activate popup menu
       
    23 
       
    24 ### Menu Bar ###
       
    25 
       
    26 MenuBar.accessible_description=Swing demo menu bar
       
    27 
       
    28 
       
    29 ### Frame ###
       
    30 
       
    31 Frame.title=SwingSet2
       
    32 
       
    33 
       
    34 ### Tabbed Pane ###
       
    35 
       
    36 TabbedPane.src.labelAndMnemonic=Source Code
       
    37 TabbedPane.src_tooltip=Look at the source code for this demo
       
    38 
       
    39 
       
    40 ### Look & Feel Menu ###
       
    41 
       
    42 LafMenu.laf.labelAndMnemonic=&Look && Feel
       
    43 LafMenu.laf_accessible_description=Menu that allows Look && Feel switching
       
    44 
       
    45 LafMenu.java.labelAndMnemonic=&Java Look && Feel
       
    46 LafMenu.java_accessible_description=The Java Look && Feel
       
    47 
       
    48 LafMenu.nimbus.labelAndMnemonic=&Nimbus Look && Feel
       
    49 LafMenu.nimbus_accessible_description=The Nimbus Look && Feel
       
    50 
       
    51 LafMenu.mac.labelAndMnemonic=&Mac OS X Look && Feel
       
    52 LafMenu.mac_accessible_description=The Mac OS X Look && Feel
       
    53 
       
    54 LafMenu.motif.labelAndMnemonic=M&otif Look && Feel
       
    55 LafMenu.motif_accessible_description=The Motif Look && Feel
       
    56 
       
    57 LafMenu.windows.labelAndMnemonic=&Windows Style Look && Feel
       
    58 LafMenu.windows_accessible_description=Windows Style Look && Feel
       
    59 
       
    60 LafMenu.gtk.labelAndMnemonic=&GTK Style Look && Feel
       
    61 LafMenu.gtk_accessible_description=GTK Style Look && Feel
       
    62 
       
    63 
       
    64 ### Themes Menu ###
       
    65 
       
    66 ThemesMenu.themes.labelAndMnemonic=&Themes
       
    67 ThemesMenu.themes_accessible_description=Menu to switch Metal color themes
       
    68 
       
    69 ThemesMenu.aqua.labelAndMnemonic=A&qua
       
    70 ThemesMenu.aqua_accessible_description=A Metal Theme that uses bluish-green colors
       
    71 
       
    72 ThemesMenu.charcoal.labelAndMnemonic=&Charcoal
       
    73 ThemesMenu.charcoal_accessible_description=A Metal Theme that uses dark grey colors
       
    74 
       
    75 ThemesMenu.contrast.labelAndMnemonic=&High Contrast
       
    76 ThemesMenu.contrast_accessible_description=A High Contrast Theme
       
    77 
       
    78 ThemesMenu.ocean.labelAndMnemonic=&Ocean
       
    79 ThemesMenu.ocean_accessible_description=The Ocean Metal Theme
       
    80 
       
    81 ThemesMenu.steel.labelAndMnemonic=&Steel
       
    82 ThemesMenu.steel_accessible_description=The blue/purple Metal Theme
       
    83 
       
    84 ThemesMenu.emerald.labelAndMnemonic=&Emerald
       
    85 ThemesMenu.emerald_accessible_description=A Metal Theme that uses green colors
       
    86 
       
    87 ThemesMenu.ruby.labelAndMnemonic=&Ruby
       
    88 ThemesMenu.ruby_accessible_description=A Metal Theme that uses red colors
       
    89 
       
    90 
       
    91 ### Font SubMenu (under Themes) 
       
    92 FontMenu.fonts.labelAndMnemonic=&Fonts
       
    93 FontMenu.fonts_accessible_description=Menu to choose fonts for the Java look and feel
       
    94 
       
    95 FontMenu.bold.labelAndMnemonic=&Bold
       
    96 FontMenu.bold_accessible_description=Turns on bold fonts for the Java look and feel
       
    97 
       
    98 FontMenu.plain.labelAndMnemonic=&Plain
       
    99 FontMenu.plain_accessible_description=Turns on plain fonts for the Java look and feel
       
   100 
       
   101 
       
   102 ### Audio SubMenu (under Themes) ###
       
   103 
       
   104 AudioMenu.audio.labelAndMnemonic=&Audio
       
   105 AudioMenu.audio_accessible_description=Menu to switch the amount of auditory feedback available within the Java look and feel
       
   106 
       
   107 AudioMenu.on.labelAndMnemonic=&On
       
   108 AudioMenu.on_accessible_description=Turn on all auditory feedback for the Java look and feel
       
   109 
       
   110 AudioMenu.default.labelAndMnemonic=&Default
       
   111 AudioMenu.default_accessible_description=Turn on the standard amount of auditory feedback for the Java look and feel
       
   112 
       
   113 AudioMenu.off.labelAndMnemonic=O&ff
       
   114 AudioMenu.off_accessible_description=Turn off all auditory feedback for the Java look and feel
       
   115 
       
   116 ### Options Menu ###
       
   117 
       
   118 OptionsMenu.options.labelAndMnemonic=O&ptions
       
   119 OptionsMenu.options_accessible_description=Menu containing other options
       
   120 
       
   121 OptionsMenu.tooltip.labelAndMnemonic=Enable &Tool Tips
       
   122 OptionsMenu.tooltip_accessible_description=Enable or disable tool tips
       
   123 
       
   124 OptionsMenu.dragEnabled.labelAndMnemonic=Enable &Drag Support
       
   125 OptionsMenu.dragEnabled_accessible_description=Enable or disable drag support
       
   126 
       
   127 ### File Menu ###
       
   128 
       
   129 FileMenu.file.labelAndMnemonic=&File
       
   130 FileMenu.accessible_description=File Menu
       
   131 FileMenu.about.labelAndMnemonic=A&bout
       
   132 FileMenu.about_accessible_description=Find out about the SwingSet2 application
       
   133 FileMenu.open.labelAndMnemonic=&Open
       
   134 FileMenu.open_accessible_description=Placeholder menu item for opening a file
       
   135 FileMenu.save.labelAndMnemonic=&Save
       
   136 FileMenu.save_accessible_description=Placeholder menu item for saving a file
       
   137 FileMenu.save_as.labelAndMnemonic=Save &As...
       
   138 FileMenu.save_as_accessible_description=Placeholder menu item for saving a file with a new name
       
   139 FileMenu.exit.labelAndMnemonic=E&xit
       
   140 FileMenu.exit_accessible_description=Exit the SwingSet2 application
       
   141 
       
   142 ### Multi-Screen menu ###
       
   143 MultiMenu.multi.labelAndMnemonic=&Multiscreen
       
   144 MultiMenu.multi_accessible_description=Multiscreen Menu
       
   145 MultiMenu.all.labelAndMnemonic=Cre&ate SwingSet2 on all screens
       
   146 MultiMenu.all_accessible_description=Create a SwingSet2 window on every screen
       
   147 MultiMenu.single.labelAndMnemonic=Create SwingSet2 on screen
       
   148 MultiMenu.single_accessible_description=Create a SwingSet2 window on screen
       
   149 
       
   150 
       
   151 ################################
       
   152 ###          DEMOS           ###
       
   153 ################################
       
   154 
       
   155 ### Button Demo ###
       
   156 
       
   157 ButtonDemo.accessible_description=The ButtonDemo shows examples of using JButton, JRadioButton, JToggleButton, and JCheckBox
       
   158 ButtonDemo.tooltip=JButton, JRadioButton, JToggleButton, JCheckbox demos
       
   159 ButtonDemo.name=Button Demo
       
   160 
       
   161 ButtonDemo.buttons=Buttons
       
   162 ButtonDemo.checkboxes=Check Boxes
       
   163 ButtonDemo.radiobuttons=Radio Buttons
       
   164 ButtonDemo.togglebuttons=Toggle Buttons
       
   165 
       
   166 ButtonDemo.textbuttons=Text Buttons
       
   167 ButtonDemo.imagebuttons=Image Buttons
       
   168 ButtonDemo.textradiobuttons=Text Radio Buttons
       
   169 ButtonDemo.imageradiobuttons=Image Radio Buttons
       
   170 ButtonDemo.texttogglebuttons=Text Toggle Buttons
       
   171 ButtonDemo.imagetogglebuttons=Image Toggle Buttons
       
   172 ButtonDemo.textcheckboxes=Text CheckBoxes
       
   173 ButtonDemo.imagecheckboxes=Image CheckBoxes
       
   174 
       
   175 ButtonDemo.button1=One
       
   176 ButtonDemo.button2=Two
       
   177 ButtonDemo.button3=<html><font size=2 color=red><bold>Three!</font></html>
       
   178 
       
   179 ButtonDemo.radio1=Radio One
       
   180 ButtonDemo.radio2=Radio Two
       
   181 ButtonDemo.radio3=Radio Three
       
   182 ButtonDemo.radioX=<html><font size=2 color=red>Three<bold>(HTML!)</bold></font></html>
       
   183 
       
   184 ButtonDemo.check1=One
       
   185 ButtonDemo.check2=Two
       
   186 ButtonDemo.check3=Three
       
   187 ButtonDemo.checkX=<html><font size=2 color=red>Three<bold>(HTML!)</bold></font></html>
       
   188 
       
   189 ButtonDemo.customradio=A custom "chrome" radio button.
       
   190 ButtonDemo.customcheck=A custom lightbulb checkbox.
       
   191 
       
   192 ButtonDemo.phone=Phone
       
   193 ButtonDemo.write=Write
       
   194 ButtonDemo.peace=Peace
       
   195 
       
   196 ButtonDemo.controlpanel.labelAndMnemonic=Display Options:
       
   197 ButtonDemo.paintborder.labelAndMnemonic=Paint &Border
       
   198 ButtonDemo.paintborder_tooltip=Click here to turn border painting on or off.
       
   199 ButtonDemo.paintfocus.labelAndMnemonic=Paint &Focus
       
   200 ButtonDemo.paintfocus_tooltip=Click here to turn focus painting on or off.
       
   201 ButtonDemo.enabled.labelAndMnemonic=&Enabled
       
   202 ButtonDemo.enabled_tooltip=Click here to enable or disable the buttons.
       
   203 ButtonDemo.contentfilled.labelAndMnemonic=Content F&illed
       
   204 ButtonDemo.contentfilled_tooltip=Click here to control the filling of the content area.
       
   205 
       
   206 ButtonDemo.padamount.labelAndMnemonic=Pad Amount:
       
   207 ButtonDemo.default.labelAndMnemonic=&Default
       
   208 ButtonDemo.default_tooltip=Uses the default padding between the border and label.
       
   209 ButtonDemo.zero.labelAndMnemonic=&0
       
   210 ButtonDemo.zero_tooltip=Uses no padding between the border and label.
       
   211 ButtonDemo.ten.labelAndMnemonic=&10
       
   212 ButtonDemo.ten_tooltip=Uses a 10 pixel pad between the border and label.
       
   213 
       
   214 LayoutControlPanel.textposition.labelAndMnemonic=Text Position:
       
   215 LayoutControlPanel.contentalignment.labelAndMnemonic=Content Alignment:
       
   216 
       
   217 ### ColorChooser Demo ###
       
   218 
       
   219 ColorChooserDemo.accessible_description=The ColorChooser allows a user to pick a color either from a pallete or by choosing RGB or HSB values
       
   220 ColorChooserDemo.tooltip=JColorChooser demo
       
   221 ColorChooserDemo.name=ColorChooser Demo
       
   222 ColorChooserDemo.chooser_title=Choose a Color
       
   223 ColorChooserDemo.background=Background
       
   224 ColorChooserDemo.grad_a=Gradient 1
       
   225 ColorChooserDemo.grad_b=Gradient 2
       
   226 ColorChooserDemo.outer_line=Perimeter
       
   227 ColorChooserDemo.cup=Image of the Java Trademark Coffee Cup
       
   228 
       
   229 ### ComboBox Demo ###
       
   230 
       
   231 ComboBoxDemo.accessible_description=This demo shows an example of using the JComboBox component.
       
   232 ComboBoxDemo.tooltip=JComboBox demo
       
   233 ComboBoxDemo.name=ComboBox Demo
       
   234 
       
   235 ComboBoxDemo.hair=hair
       
   236 ComboBoxDemo.eyes=eyes
       
   237 ComboBoxDemo.mouth=mouth
       
   238 ComboBoxDemo.presets=Presets:
       
   239 
       
   240 ComboBoxDemo.preset1=Philip, Howard, Jeff
       
   241 ComboBoxDemo.preset2=Jeff, Larry, Philip
       
   242 ComboBoxDemo.preset3=Howard, Scott, Hans
       
   243 ComboBoxDemo.preset4=Philip, Jeff, Hans
       
   244 ComboBoxDemo.preset5=Brent, Jon, Scott
       
   245 ComboBoxDemo.preset6=Lara, Larry, Lisa
       
   246 ComboBoxDemo.preset7=James, Philip, Michael
       
   247 ComboBoxDemo.preset8=Philip, Lisa, Brent
       
   248 ComboBoxDemo.preset9=James, Philip, Jon
       
   249 ComboBoxDemo.preset10=Lara, Jon, Scott
       
   250 
       
   251 
       
   252 ComboBoxDemo.hair_description=Hair:
       
   253 ComboBoxDemo.eyes_description=Eyes && Nose:
       
   254 ComboBoxDemo.mouth_description=Mouth:
       
   255 
       
   256 ComboBoxDemo.amy=Amy
       
   257 ComboBoxDemo.brent=Brent
       
   258 ComboBoxDemo.georges=Georges
       
   259 ComboBoxDemo.hans=Hans
       
   260 ComboBoxDemo.howard=Howard
       
   261 ComboBoxDemo.james=James
       
   262 ComboBoxDemo.jeff=Jeff
       
   263 ComboBoxDemo.jon=Jon
       
   264 ComboBoxDemo.lara=Lara
       
   265 ComboBoxDemo.larry=Larry
       
   266 ComboBoxDemo.lisa=Lisa
       
   267 ComboBoxDemo.michael=Michael
       
   268 ComboBoxDemo.philip=Philip
       
   269 ComboBoxDemo.scott=Scott
       
   270 
       
   271 ### FileChooser Demo ###
       
   272 
       
   273 FileChooserDemo.accessible_description=The FileChooser allows a user to select a file, usually for opening or creating/saving.
       
   274 FileChooserDemo.tooltip=JFileChooser demo
       
   275 FileChooserDemo.name=FileChooser Demo
       
   276 
       
   277 FileChooserDemo.plainbutton=Show Plain JFileChooser
       
   278 FileChooserDemo.previewbutton=Show Preview JFileChooser
       
   279 FileChooserDemo.custombutton=Show Custom JFileChooser
       
   280 
       
   281 FileChooserDemo.description=<html>\
       
   282 &&nbsp &&nbsp Note that you can easily create your own custom FileChooser<br> \
       
   283 &&nbsp &&nbsp with as many components as you like. \
       
   284 </html>
       
   285 
       
   286 FileChooserDemo.filterdescription=JPEG and GIF Image Files
       
   287 
       
   288 FileChooserDemo.nofileselected=Please select a file first.
       
   289 FileChooserDemo.thefile=the file:
       
   290 FileChooserDemo.isprobably=is probably an image.
       
   291 
       
   292 FileChooserDemo.helptext=<html>\
       
   293 Find: Find a file.<br>\
       
   294 About: Learn more about the file.<br>\
       
   295 OK: Choose that file.<br>\
       
   296 Cancel: Exit this dialog without doing anything.\
       
   297 </html>
       
   298 
       
   299 FileChooserDemo.findquestion=Find File:
       
   300 FileChooserDemo.findresponse=<html><center>\
       
   301 You really want me to find a file?!? <br>\
       
   302 I don't know how to do that! I'm just a demo!\
       
   303 </center></html>
       
   304 
       
   305 FileChooserDemo.dialogtitle=Custom Layout FileChooser
       
   306 FileChooserDemo.help=Help
       
   307 FileChooserDemo.find=Find
       
   308 FileChooserDemo.ok=OK
       
   309 FileChooserDemo.about=About
       
   310 FileChooserDemo.cancel=Cancel
       
   311 
       
   312 ### Html Demo ###
       
   313 
       
   314 HtmlDemo.accessible_description=This demo shows how to display html text using the JEditorPane component.
       
   315 HtmlDemo.tooltip=JEditorPane HTML demo
       
   316 HtmlDemo.name=JEditorPane HTML Demo
       
   317 HtmlDemo.filename=swing.html
       
   318 
       
   319 
       
   320 ### Internal Frame Demo ###
       
   321 
       
   322 InternalFrameDemo.accessible_description=JInternal Frame Demo
       
   323 InternalFrameDemo.create_frames.labelAndMnemonic=Create Customized Internal Frames
       
   324 InternalFrameDemo.title_text_field.labelAndMnemonic=Frame title:
       
   325 InternalFrameDemo.frame.labelAndMnemonic=Frame
       
   326 InternalFrameDemo.palette.labelAndMnemonic=Internal Frame Generator
       
   327 InternalFrameDemo.name=Internal Frames Demo
       
   328 InternalFrameDemo.tooltip=JInternalFrame demo
       
   329 InternalFrameDemo.closable.labelAndMnemonic=Closable
       
   330 InternalFrameDemo.resizable.labelAndMnemonic=Resizable
       
   331 InternalFrameDemo.iconifiable.labelAndMnemonic=Iconifiable
       
   332 InternalFrameDemo.maximizable.labelAndMnemonic=Maximizable
       
   333 InternalFrameDemo.toast=Cheers
       
   334 InternalFrameDemo.duke=Your Grace!
       
   335 InternalFrameDemo.duchess=Duchess
       
   336 InternalFrameDemo.cab=Anyone need a Taxi?
       
   337 
       
   338 
       
   339 ### List Demo ###
       
   340 
       
   341 ListDemo.accessible_description=JList Demo
       
   342 ListDemo.name=List Demo
       
   343 ListDemo.tooltip=JList demo
       
   344 ListDemo.prefixes=Prefixes
       
   345 ListDemo.suffixes=Suffixes
       
   346 ListDemo.count.labelAndMnemonic=Number of generated list entries:
       
   347 ListDemo.all=All
       
   348 ListDemo.none=None
       
   349 ListDemo.red=Red Company Logo Image
       
   350 ListDemo.yellow=Red Company Logo Image
       
   351 ListDemo.blue=Blue Company Logo Image
       
   352 ListDemo.gray=Gray Company Logo Image
       
   353 ListDemo.green=Green Company Logo Image
       
   354 ListDemo.magenta=Magenta Company Logo Image
       
   355 ListDemo.cyan=Cyan Company Logo Image
       
   356 ListDemo.description=<html><P STYLE="margin-left: .25in; margin-right: .25in">This demo shows how to present lists of data in two different ways. On the left is a <b>JList</b> component whose list items consist of the permutations of the checked prefixes and suffixes. The prefix and suffix checkbox columns on the right are created by using a <b>JPanel</b> with a Y Axis <b>BoxLayout</b> inside a <b>JScrollPane</b>.</P></html>
       
   357 
       
   358 
       
   359 ### OptionPane Demo ###
       
   360 
       
   361 OptionPaneDemo.accessible_description=The OptionPane Demo shows examples of using JOptionPane to generate different common option dialog boxes
       
   362 OptionPaneDemo.tooltip=JOptionPane Demo
       
   363 OptionPaneDemo.name=Option Pane Demo
       
   364 
       
   365 OptionPaneDemo.warningbutton=Show Warning Dialog
       
   366 OptionPaneDemo.componentbutton=Show Component Dialog
       
   367 OptionPaneDemo.inputbutton=Show Input Dialog
       
   368 OptionPaneDemo.confirmbutton=Show Confirmation Dialog
       
   369 OptionPaneDemo.messagebutton=Show Message Dialog
       
   370 
       
   371 OptionPaneDemo.warningtitle=Warning Dialog Example
       
   372 OptionPaneDemo.warningtext=<html><P><font color=black>This is a test of the <font color=red><b>Emergency Broadcast System</b></font>. <i><b>This is <br> only a test</b></i>.  The webmaster of your local intranet, in voluntary <br> cooperation with the <font color=blue><b>Federal</b></font> and <font color=blue><b>State</b></font> authorities, have <br> developed this system to keep you informed in the event of an <br> emergency. If this had been an actual emergency, the signal you <br> just heard would have been followed by official information, news <br> or instructions. This concludes this test of the <font color=red><b>Emergency <br> Broadcast System</b></font>.</font></P><P><br>Developer Note: This dialog demo used HTML for text formatting.</P></html>
       
   373 
       
   374 OptionPaneDemo.messagetext=Message in a Bottle (yeah)
       
   375 
       
   376 OptionPaneDemo.confirmquestion=Is the sun shining outside today?
       
   377 OptionPaneDemo.confirmyes=<html>Well what are you doing playing on the computer?<br> Get outside! Take a trip to the beach! Get a little sun!</html>
       
   378 OptionPaneDemo.confirmno=Well good thing you're inside protected from the elements!
       
   379 
       
   380 OptionPaneDemo.inputquestion=What is your favorite movie?
       
   381 OptionPaneDemo.inputresponse=That was a pretty good movie!
       
   382 
       
   383 OptionPaneDemo.componenttitle=Component Dialog Example
       
   384 OptionPaneDemo.componentmessage=<html>JOptionPane can contain as many components <br> as you want, such as a text field:</html>
       
   385 OptionPaneDemo.componenttextfield=or a combobox:
       
   386 OptionPaneDemo.component_cb1=item 1
       
   387 OptionPaneDemo.component_cb2=item 2
       
   388 OptionPaneDemo.component_cb3=item 3
       
   389 OptionPaneDemo.componentmessage2=<html>JOptionPane can also show as many options <br> as you want:</html>
       
   390 OptionPaneDemo.component_op1=Yes
       
   391 OptionPaneDemo.component_op2=No
       
   392 OptionPaneDemo.component_op3=Maybe
       
   393 OptionPaneDemo.component_op4=Probably
       
   394 OptionPaneDemo.component_op5=Cancel
       
   395 
       
   396 OptionPaneDemo.component_r1=Upbeat and positive! I like that! Good choice.
       
   397 OptionPaneDemo.component_r2=Definitely not, I wouldn't do it either.
       
   398 OptionPaneDemo.component_r3=<html><font color=black> Mmmm.. yes, the situation is unclear at this <br> time. Check back when you know for sure.</font></html>
       
   399 OptionPaneDemo.component_r4=<html><font color=black>You know you want to. I think you should <br> have gone for broke and pressed "Yes".</font></html>
       
   400 
       
   401 ### ProgressBar Demo ###
       
   402 
       
   403 ProgressBarDemo.accessible_description=This demo shows an example of using the JProgressBar component.
       
   404 ProgressBarDemo.tooltip=JProgressBar demo
       
   405 ProgressBarDemo.name=ProgressBar Demo
       
   406 ProgressBarDemo.start_button=Start Loading Text
       
   407 ProgressBarDemo.stop_button=Stop Loading Text
       
   408 ProgressBarDemo.accessible_text_loading_progress=Text loading progress
       
   409 ProgressBarDemo.accessible_text_area_name=Text progressively being loaded in
       
   410 
       
   411 ProgressBarDemo.accessible_text_area_description=This JTextArea is being filled with text from a buffer progressively a character at a time while the progress bar a the bottom of the window shows the loading progress
       
   412 
       
   413 ProgressBarDemo.text=\
       
   414 The saying goes: if an infinite number of monkeys typed on an infinite number of typewriters, eventually \n\
       
   415 all the great works of mankind would emerge. Now, with today's high speed computers, we can finally test \n\
       
   416 this theory... \n\n\
       
   417 \tLzskd jfy 92y;ho4 th;qlh sd 6yty;q2 hnlj 8sdf. Djfy 92y;ho4, th;qxhz d7yty; \n\
       
   418 \tQ0hnlj 23&&^ (# ljask djf y92y; fy92y; Sd6y ty;q2h nl jk la gfa harvin garvel\n\
       
   419 \tlasdfsd a83sl la8z ks8l 92y;ho4 th;qlh sd 6yty;q2 hnlj 8sdf. Djfy 92y;ho4,\n\
       
   420 \tth;qxhz d7yty; Q0hnlj 23&&^ nknod mrs88 jsd79lfm#%$JLaoz6df  lso7dj f2 jfls\n\
       
   421 \t67d9ol1@2fou99s  1lkj2 @l.k1  2; a89o7aljf  1l3i7ou8 d8l3 lqwerty0092 #1!\n\
       
   422 \tja9o do8lkjj139rojsd9**!l6*hd # ljasd78 l2awkjad78  3ol7asljf 3 ldif && l.js\n\
       
   423 \tLl ls ewan la8uj 23lll7u 8l  3h hhxx8 8d  lsd fixx 891lkjno99sl d8l@@@!!8#8\n\
       
   424 \tdfoil jarooda mklaoorj nowai the smisthliylka jkdlfjiw ladajadra lthhheeejfjl\n\
       
   425 \tdkddooolda bub mirznod of the koojgaf!! But 2 be or not to be... that is the\n\
       
   426 \tquestion. Then when shall we three meet again In thunder, lightning, or in\n\
       
   427 \train? When the hurlyburly's done, When the battle's lost and won. That will\n\
       
   428 \tbe ere the set of sun. Where the place? Upon the heath. There to meet with\n\
       
   429 \tMacbeth. But hath forth not to want.....  a banana, or to be.... a banana.\n\
       
   430 \tBanana, I knew him banana. Banana banana. Banana banana banana banana.\n\
       
   431 \n\
       
   432 \n\
       
   433 \n\
       
   434 \n\
       
   435 Well... hmm.... it seemed like a good idea...
       
   436 
       
   437 
       
   438 ### ScrollPane Demo ###
       
   439 
       
   440 ScrollPaneDemo.accessible_description=JScrollPane Demo
       
   441 ScrollPaneDemo.name=Scroll Pane Demo
       
   442 ScrollPaneDemo.tooltip=JScrollPane demo
       
   443 ScrollPaneDemo.crayons=Lots of Crayons
       
   444 ScrollPaneDemo.colheader=Column Header
       
   445 ScrollPaneDemo.rowheader=Row Header
       
   446 ScrollPaneDemo.upperleft=Upper Left Corner
       
   447 ScrollPaneDemo.upperright=Upper Right Column Header Corner
       
   448 ScrollPaneDemo.lowerleft=Lower Left Row Header Corner
       
   449 
       
   450 
       
   451 ### Slider Demo ###
       
   452 
       
   453 SliderDemo.accessible_description=This demo shows an example of using the JSlider component.
       
   454 SliderDemo.tooltip=JSlider demo
       
   455 SliderDemo.name=Slider Demo
       
   456 
       
   457 SliderDemo.slidervalue=Slider Value:
       
   458 SliderDemo.horizontal=Horizontal
       
   459 SliderDemo.vertical=Vertical
       
   460 SliderDemo.plain=Plain
       
   461 SliderDemo.a_plain_slider=A Plain Slider
       
   462 SliderDemo.majorticks=Major Ticks
       
   463 SliderDemo.majorticksdescription=A slider showing major tick marks
       
   464 SliderDemo.ticks=Minor Ticks, Snap-to-ticks and Labels
       
   465 SliderDemo.minorticks=Minor Ticks
       
   466 SliderDemo.minorticksdescription=A slider showing major and minor tick marks, with slider action snapping to tick marks, with some ticks visibly labeled
       
   467 SliderDemo.disabled=Disabled
       
   468 SliderDemo.disableddescription=A slider showing major and minor tick marks that is not enabled (cannot be manipulated
       
   469 
       
   470 ### SplitPane Demo ###
       
   471 
       
   472 SplitPaneDemo.accessible_description=JSplitPane Demo
       
   473 SplitPaneDemo.name=Split Pane Demo
       
   474 SplitPaneDemo.tooltip=JSplitPane demo
       
   475 SplitPaneDemo.earth=Mother Earth
       
   476 SplitPaneDemo.moon=An Astranaut on the Moon
       
   477 SplitPaneDemo.vert_split.labelAndMnemonic=&Vertically Split
       
   478 SplitPaneDemo.horz_split.labelAndMnemonic=Ho&rizontally Split
       
   479 SplitPaneDemo.cont_layout.labelAndMnemonic=&Continuous Layout
       
   480 SplitPaneDemo.one_touch_expandable.labelAndMnemonic=&One-Touch expandable
       
   481 SplitPaneDemo.divider_size.labelAndMnemonic=Divider Si&ze
       
   482 SplitPaneDemo.invalid_divider_size=Invalid Divider Size
       
   483 SplitPaneDemo.error=Error
       
   484 SplitPaneDemo.first_component_min_size.labelAndMnemonic=F&irst Component's Minimum Size
       
   485 SplitPaneDemo.second_component_min_size.labelAndMnemonic=Seco&nd Component's Minimum Size
       
   486 SplitPaneDemo.invalid_min_size=Invalid Minimum Size
       
   487 SplitPaneDemo.must_be_greater_than=must be greater than
       
   488 
       
   489 
       
   490 ### TabbedPane Demo ###
       
   491 
       
   492 TabbedPaneDemo.accessible_description=This demo shows an example of using the JTabbedPane component.
       
   493 TabbedPaneDemo.tooltip=JTabbedPane demo
       
   494 TabbedPaneDemo.name=TabbedPane Demo
       
   495 
       
   496 TabbedPaneDemo.bounce=<html><font color=blue><bold><center>Bouncing Babies!</center></bold></font></html>
       
   497 TabbedPaneDemo.stephen=Stephen
       
   498 TabbedPaneDemo.david=David
       
   499 TabbedPaneDemo.matthew=Matthew
       
   500 TabbedPaneDemo.ewan=Ewan
       
   501 TabbedPaneDemo.blake=Blake
       
   502 TabbedPaneDemo.brooke=Brooke
       
   503 TabbedPaneDemo.laine=Laine
       
   504 TabbedPaneDemo.hania=Hania
       
   505 
       
   506 TabbedPaneDemo.label=Tab Placement:
       
   507 TabbedPaneDemo.top=Top
       
   508 TabbedPaneDemo.bottom=Bottom
       
   509 TabbedPaneDemo.left=Left
       
   510 TabbedPaneDemo.right=Right
       
   511 
       
   512 
       
   513 ### Table Demo ###
       
   514 
       
   515 TableDemo.accessible_description=JTable Demo
       
   516 TableDemo.name=Table Demo
       
   517 TableDemo.tooltip=JTable demo
       
   518 TableDemo.all_columns=All columns
       
   519 TableDemo.autoresize_mode=Autoresize mode
       
   520 TableDemo.cell_selection=Cell selection
       
   521 TableDemo.column_boundaries=Column boundaries
       
   522 TableDemo.column_selection=Column selection
       
   523 TableDemo.horz_lines=Horiz. Lines
       
   524 TableDemo.intercell_spacing=Inter-cell spacing
       
   525 TableDemo.intercell_spacing_colon=Inter-cell spacing:
       
   526 TableDemo.last_column=Last column
       
   527 TableDemo.multiple_ranges=Multiple ranges
       
   528 TableDemo.one_range=One range
       
   529 TableDemo.reordering_allowed=Reordering allowed
       
   530 TableDemo.row_height=Row height
       
   531 TableDemo.row_height_colon=Row height:
       
   532 TableDemo.row_selection=Row selection
       
   533 TableDemo.selection_mode=Selection mode
       
   534 TableDemo.subsequent_columns=Subsequent columns
       
   535 TableDemo.vert_lines=Vert. Lines
       
   536 TableDemo.single=Single
       
   537 TableDemo.none=None
       
   538 TableDemo.off=Off
       
   539 TableDemo.first_name=First Name
       
   540 TableDemo.last_name=Last Name
       
   541 TableDemo.favorite_color=Favorite Color
       
   542 TableDemo.favorite_food=Favorite Food
       
   543 TableDemo.favorite_movie=Favorite Movie
       
   544 TableDemo.favorite_number=Favorite Number
       
   545 TableDemo.aqua=Aqua
       
   546 TableDemo.beige=Beige
       
   547 TableDemo.black=Black
       
   548 TableDemo.blue=Blue
       
   549 TableDemo.cybergreen=Cyber Green
       
   550 TableDemo.darkgreen=Dark Green
       
   551 TableDemo.eblue=Electric Blue
       
   552 TableDemo.jfcblue=JFC Primary
       
   553 TableDemo.jfcblue2=JFC Secondary
       
   554 TableDemo.forestgreen=Forest Green
       
   555 TableDemo.gray=Gray
       
   556 TableDemo.green=Green
       
   557 TableDemo.orange=Orange
       
   558 TableDemo.purple=Purple
       
   559 TableDemo.red=Red
       
   560 TableDemo.rustred=Rust Red
       
   561 TableDemo.sunpurple=Sun Purple
       
   562 TableDemo.suspectpink=Suspect Pink
       
   563 TableDemo.turquoise=Turquoise
       
   564 TableDemo.violet=Violet
       
   565 TableDemo.yellow=Yellow
       
   566 TableDemo.2001=2001: A Space Odyssey
       
   567 TableDemo.buckaroo=The Adventures of Buckaroo Banzai Across the 8th Dimension
       
   568 TableDemo.firstsight=At First Sight
       
   569 TableDemo.airplane=Airplane (the whole series)
       
   570 TableDemo.aliens=Aliens
       
   571 TableDemo.bicycle=The Bicycle Thief
       
   572 TableDemo.bladerunner=Blade Runner (Director's Cut)
       
   573 TableDemo.bluesbros=The Blues Brothers
       
   574 TableDemo.brazil=Brazil
       
   575 TableDemo.bugs=A Bug's Life
       
   576 TableDemo.city=City of Lost Children
       
   577 TableDemo.chusingura=Chusingura (1962)
       
   578 TableDemo.clock=A Clockwork Orange
       
   579 TableDemo.curse=Curse of the Demon
       
   580 TableDemo.dasboot=Das Boot
       
   581 TableDemo.dazed=Dazed and Confused
       
   582 TableDemo.defending=Defending Your Life
       
   583 TableDemo.eraserhead=Eraserhead
       
   584 TableDemo.fifthelement=The Fifth Element
       
   585 TableDemo.goodfellas=Goodfellas
       
   586 TableDemo.harold=Harold && Maude
       
   587 TableDemo.joyluck=The Joy Luck Club
       
   588 TableDemo.jules=Jules et Jim
       
   589 TableDemo.ladyvanishes=The Lady Vanishes
       
   590 TableDemo.mohicans=The Last of the Mohicans
       
   591 TableDemo.lonestar=Lone Star
       
   592 TableDemo.man=The Man Who Knew Too Much
       
   593 TableDemo.musicman=The Music Man
       
   594 TableDemo.dog=My Life as a Dog
       
   595 TableDemo.oncewest=Once Upon A Time In The West
       
   596 TableDemo.pulpfiction=Pulp Fiction
       
   597 TableDemo.raiders=Raiders of the Lost Ark
       
   598 TableDemo.reservoir=Reservoir Dogs
       
   599 TableDemo.repoman=Repo Man
       
   600 TableDemo.spinaltap=This is Spinal Tap
       
   601 TableDemo.schindlerslist=Schindler's List
       
   602 TableDemo.starwars=Star Wars
       
   603 TableDemo.stuntman=The Stuntman
       
   604 TableDemo.thinman=The Thin Man
       
   605 TableDemo.withnail=Withnail && I
       
   606 TableDemo.labyrinth=Labyrinth
       
   607 TableDemo.shawshank=The Shawshank Redemption
       
   608 TableDemo.apple=Apple
       
   609 TableDemo.asparagus=Asparagus
       
   610 TableDemo.banana=Banana
       
   611 TableDemo.broccoli=Broccoli
       
   612 TableDemo.carrot=Carrot
       
   613 TableDemo.cantaloupe=Cantaloupe
       
   614 TableDemo.corn=Corn
       
   615 TableDemo.grapes=Grapes
       
   616 TableDemo.grapefruit=Grapefruit
       
   617 TableDemo.kiwi=Kiwi
       
   618 TableDemo.onion=Onion
       
   619 TableDemo.pear=Pear
       
   620 TableDemo.peach=Peach
       
   621 TableDemo.pepper=Red Pepper
       
   622 TableDemo.pickle=Pickle
       
   623 TableDemo.pineapple=Pineapple
       
   624 TableDemo.raspberry=Raspberry
       
   625 TableDemo.sparegrass=Spare Grass
       
   626 TableDemo.strawberry=Strawberry
       
   627 TableDemo.tomato=Tomato
       
   628 TableDemo.watermelon=Watermelon
       
   629 
       
   630 TableDemo.printing=Printing
       
   631 TableDemo.fitWidth=Fit Width
       
   632 TableDemo.print=Print
       
   633 TableDemo.header=Header
       
   634 
       
   635 # This string will be formatted by a MessageFormat and
       
   636 # printed at the top of each page of the printed result.
       
   637 # You can use {0} to insert a page number.
       
   638 TableDemo.headerText=JTable Printing
       
   639 
       
   640 TableDemo.footer=Footer
       
   641 
       
   642 # This string will be formatted by a MessageFormat and
       
   643 # printed at the bottom of each page of the printed result.
       
   644 # You can use {0} to insert a page number.
       
   645 TableDemo.footerText=Page {0}
       
   646 
       
   647 TableDemo.printingResult=Printing Result
       
   648 TableDemo.printingComplete=Printing Complete
       
   649 TableDemo.printingCancelled=Printing Cancelled
       
   650 
       
   651 # This string will be formatted by a MessageFormat and
       
   652 # and displayed when an exception occurs.
       
   653 # {0} is used to place details of the exception.
       
   654 TableDemo.printingFailed=Printing Failed: {0}
       
   655 
       
   656 
       
   657 ### ToolTip Demo ###
       
   658 
       
   659 ToolTipDemo.accessible_description=ToolTips show short help descriptions for a component
       
   660 ToolTipDemo.accessible_cow=This is a Cow.
       
   661 ToolTipDemo.tooltip=ToolTip demo
       
   662 ToolTipDemo.name=ToolTip Demo
       
   663 ToolTipDemo.bessie=Bessie The Cow
       
   664 ToolTipDemo.cow=Cow.
       
   665 ToolTipDemo.got_milk=Got Milk?
       
   666 ToolTipDemo.tail=tail.
       
   667 ToolTipDemo.moo=Mooooooo
       
   668 ToolTipDemo.tooltip_features=<html>In case you thought that tooltips had to be<p>boring, one line descriptions, the <font color=blue size=+2>Swing!</font> team<p> is happy to shatter your illusions.<p>In Swing, they can use HTML to <ul><li>Have Lists<li><b>Bold</b> text<li><em>emphasized</em> text<li>text with <font color=red>Color</font><li>text in different <font size=+3>sizes</font><li>and <font face=AvantGarde>Fonts</font></ul>Oh, and they can be multi-line, too.</html>
       
   669 
       
   670 
       
   671 ### Tree Demo ###
       
   672 
       
   673 TreeDemo.accessible_description=This demo shows shows a sample usage of a JTree component.
       
   674 TreeDemo.tooltip=JTree demo
       
   675 TreeDemo.name=Tree Demo
       
   676 TreeDemo.music=Music
       
   677