home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / JBuilder8.iso / Solaris / resource / jre / demo / jfc / SwingSet2 / SwingSet2.jar / resources / swingset.properties < prev    next >
Encoding:
Text File  |  2002-09-06  |  23.6 KB  |  653 lines

  1. # This properties file is used to create a PropertyResourceBundle
  2. # It contains Locale specific strings used in the SwingSet demo.
  3. #
  4. # 1.28 05/31/01
  5. # @author Jeff Dinkins
  6.  
  7. #################################
  8. ###  SwingSet Infrastructure  ###
  9. #################################
  10.  
  11. ### About Box ###
  12.  
  13. AboutBox.title=About Swing!
  14. AboutBox.ok_button_text=OK
  15. AboutBox.accessible_description=SwingSet demo is Copyright (c) 1997-1999 Sun Microsystems, Inc.  All Rights Reserved.
  16.  
  17. ### Source Code ###
  18. SourceCode.loading=<html><body bgcolor=\"#ffffff\">Loading and formatting source code, please wait...</body></html>
  19.  
  20. ### Status ###
  21.  
  22. Status.loading=Loading: 
  23.  
  24.  
  25. ### Splash Screen ###
  26.  
  27. Splash.accessible_description=Welcome to the SwingSet Demo, with examples of all the JFC Swing GUI Toolkit components.
  28.  
  29.  
  30. ### Menu Bar ###
  31.  
  32. MenuBar.accessible_description=Swing demo menu bar
  33.  
  34.  
  35. ### Frame ###
  36.  
  37. Frame.title=SwingSet
  38.  
  39.  
  40. ### Tabbed Pane ###
  41.  
  42. TabbedPane.src_label=Source Code
  43. TabbedPane.src_tooltip=Look at the source code for this demo
  44.  
  45.  
  46. ### Look & Feel Menu ###
  47.  
  48. LafMenu.laf_label=Look & Feel
  49. LafMenu.laf_mnemonic=L
  50. LafMenu.laf_accessible_description=Menu that allows Look & Feel switching
  51.  
  52. LafMenu.java_label=Java Look & Feel
  53. LafMenu.java_mnemonic=J
  54. LafMenu.java_accessible_description=The Java Look & Feel
  55.  
  56. LafMenu.mac_label=Macintosh Look & Feel
  57. LafMenu.mac_mnemonic=M
  58. LafMenu.mac_accessible_description=The Macintosh Look & Feel
  59.  
  60. LafMenu.motif_label=Motif Look & Feel
  61. LafMenu.motif_mnemonic=O
  62. LafMenu.motif_accessible_description=The Motif Look & Feel
  63.  
  64. LafMenu.windows_label=Windows Style Look & Feel
  65. LafMenu.windows_mnemonic=W
  66. LafMenu.windows_accessible_description=Windows Style Look & Feel
  67.  
  68.  
  69. ### Themes Menu ###
  70.  
  71. ThemesMenu.themes_label=Themes
  72. ThemesMenu.themes_mnemonic=T
  73. ThemesMenu.themes_accessible_description=Menu to switch Metal color themes
  74.  
  75. ThemesMenu.aqua_label=Aqua
  76. ThemesMenu.aqua_mnemonic=Q
  77. ThemesMenu.aqua_accessible_description=A Metal Theme that uses bluish-green colors
  78.  
  79. ThemesMenu.charcoal_label=Charcoal
  80. ThemesMenu.charcoal_mnemonic=C
  81. ThemesMenu.charcoal_accessible_description=A Metal Theme that uses dark grey colors
  82.  
  83. ThemesMenu.contrast_label=High Contrast
  84. ThemesMenu.contrast_mnemonic=H
  85. ThemesMenu.contrast_accessible_description=A High Contrast Theme
  86.  
  87. ThemesMenu.default_label=Default
  88. ThemesMenu.default_mnemonic=D
  89. ThemesMenu.default_accessible_description=The Default blue/purple Metal Theme
  90.  
  91. ThemesMenu.emerald_label=Emerald
  92. ThemesMenu.emerald_mnemonic=E
  93. ThemesMenu.emerald_accessible_description=A Metal Theme that uses green colors
  94.  
  95. ThemesMenu.ruby_label=Ruby
  96. ThemesMenu.ruby_mnemonic=R
  97. ThemesMenu.ruby_accessible_description=A Metal Theme that uses red colors
  98.  
  99.  
  100. ### Audio SubMenu (under Themes) ###
  101.  
  102. AudioMenu.audio_label=Audio
  103. AudioMenu.audio_mnemonic=A
  104. AudioMenu.audio_accessible_description=Menu to switch the amount of auditory feedback available within the Java look and feel
  105.  
  106. AudioMenu.on_label=On
  107. AudioMenu.on_mnemonic=O
  108. AudioMenu.on_accessible_description=Turn on all auditory feedback for the Java look and feel
  109.  
  110. AudioMenu.default_label=Default
  111. AudioMenu.default_mnemonic=D
  112. AudioMenu.default_accessible_description=Turn on the standard amount of auditory feedback for the Java look and feel
  113.  
  114. AudioMenu.off_label=Off
  115. AudioMenu.off_mnemonic=f
  116. AudioMenu.off_accessible_description=Turn off all auditory feedback for the Java look and feel
  117.  
  118.  
  119. ### Tooltip Menu ###
  120.  
  121. ToolTipMenu.tooltip_label=Tool Tips
  122. ToolTipMenu.tooltip_mnemonic=i
  123. ToolTipMenu.tooltip_accessible_description=Menu to turn on and off tool tips
  124.  
  125. ToolTipMenu.on_label=On
  126. ToolTipMenu.on_mnemonic=O
  127. ToolTipMenu.on_accessible_description=Turn on tool tips
  128.  
  129. ToolTipMenu.off_label=Off
  130. ToolTipMenu.off_mnemonic=f
  131. ToolTipMenu.off_accessible_description=Turn off tool tips
  132.  
  133.  
  134. ### File Menu ###
  135.  
  136. FileMenu.file_label=File
  137. FileMenu.file_mnemonic=F
  138. FileMenu.accessible_description=File Menu
  139. FileMenu.about_label=About
  140. FileMenu.about_mnemonic=b
  141. FileMenu.about_accessible_description=Find out about the SwingSet application
  142. FileMenu.open_label=Open
  143. FileMenu.open_mnemonic=O
  144. FileMenu.open_accessible_description=Placeholder menu item for opening a file
  145. FileMenu.save_label=Save
  146. FileMenu.save_mnemonic=S
  147. FileMenu.save_accessible_description=Placeholder menu item for saving a file
  148. FileMenu.save_as_label=Save As...
  149. FileMenu.save_as_mnemonic=A
  150. FileMenu.save_as_accessible_description=Placeholder menu item for saving a file with a new name
  151. FileMenu.exit_label=Exit
  152. FileMenu.exit_mnemonic=x
  153. FileMenu.exit_accessible_description=Exit the SwingSet application
  154.  
  155. ### Multi-Screen menu ###
  156. MultiMenu.multi_label=Multiscreen
  157. MultiMenu.multi_mnemonic=M
  158. MultiMenu.multi_accessible_description=Multiscreen Menu
  159. MultiMenu.all_label=Create SwingSet on all screens
  160. MultiMenu.all_mnemonic=A
  161. MultiMenu.all_accessible_description=Create a SwingSet window on every screen
  162. MultiMenu.single_label=Create SwingSet on screen
  163. MultiMenu.single_accessible_description=Create a SwingSet window on screen
  164.  
  165.  
  166. ################################
  167. ###          DEMOS           ###
  168. ################################
  169.  
  170. ### Button Demo ###
  171.  
  172. ButtonDemo.accessible_description=The ButtonDemo shows examples of using JButton, JRadioButton, JToggleButton, and JCheckBox 
  173. ButtonDemo.tooltip=JButton, JRadioButton, JToggleButton, JCheckbox demos
  174. ButtonDemo.name=Button Demo
  175.  
  176. ButtonDemo.buttons=Buttons
  177. ButtonDemo.checkboxes=Check Boxes
  178. ButtonDemo.radiobuttons=Radio Buttons
  179. ButtonDemo.togglebuttons=Toggle Buttons
  180.  
  181. ButtonDemo.textbuttons=Text Buttons
  182. ButtonDemo.imagebuttons=Image Buttons
  183. ButtonDemo.textradiobuttons=Text Radio Buttons
  184. ButtonDemo.imageradiobuttons=Image Radio Buttons
  185. ButtonDemo.texttogglebuttons=Text Toggle Buttons
  186. ButtonDemo.imagetogglebuttons=Image Toggle Buttons
  187. ButtonDemo.textcheckboxes=Text CheckBoxes
  188. ButtonDemo.imagecheckboxes=Image CheckBoxes
  189.  
  190. ButtonDemo.button1=One 
  191. ButtonDemo.button2=Two
  192. ButtonDemo.button3=<html><font size=2 color=red><bold>Three!</font></html>
  193.  
  194. ButtonDemo.radio1=Radio One 
  195. ButtonDemo.radio2=Radio Two
  196. ButtonDemo.radio3=Radio Three
  197. ButtonDemo.radioX=<html><font size=2 color=red>Three<bold>(HTML!)</bold></font></html>
  198.  
  199. ButtonDemo.check1=One 
  200. ButtonDemo.check2=Two
  201. ButtonDemo.check3=Three
  202. ButtonDemo.checkX=<html><font size=2 color=red>Three<bold>(HTML!)</bold></font></html>
  203.  
  204. ButtonDemo.customradio=A custom "chrome" radio button.
  205. ButtonDemo.customcheck=A custom lightbulb checkbox.
  206.  
  207. ButtonDemo.phone=Phone 
  208. ButtonDemo.write=Write
  209. ButtonDemo.peace=Peace
  210.  
  211. ### ColorChooser Demo ###
  212.  
  213. ColorChooserDemo.accessible_description=The ColorChooser allows a user to pick a color either from a pallete or by choosing RGB or HSB values
  214. ColorChooserDemo.tooltip=JColorChooser demo
  215. ColorChooserDemo.name=ColorChooser Demo
  216. ColorChooserDemo.chooser_title=Choose a Color
  217. ColorChooserDemo.background=Background
  218. ColorChooserDemo.grad_a=Gradient 1
  219. ColorChooserDemo.grad_b=Gradient 2
  220. ColorChooserDemo.outer_line=Perimeter
  221. ColorChooserDemo.cup=Image of the Java Trademark Coffee Cup
  222.  
  223. ### ComboBox Demo ###
  224.  
  225. ComboBoxDemo.accessible_description=This demo shows an example of using the JComboBox component.
  226. ComboBoxDemo.tooltip=JComboBox demo
  227. ComboBoxDemo.name=ComboBox Demo
  228.  
  229. ComboBoxDemo.hair=hair
  230. ComboBoxDemo.eyes=eyes
  231. ComboBoxDemo.mouth=mouth
  232. ComboBoxDemo.presets=Presets:
  233.  
  234. ComboBoxDemo.preset1=Philip, Howard, Jeff
  235. ComboBoxDemo.preset2=Jeff, Larry, Philip
  236. ComboBoxDemo.preset3=Howard, Scott, Hans
  237. ComboBoxDemo.preset4=Philip, Jeff, Hans
  238. ComboBoxDemo.preset5=Brent, Jon, Scott
  239. ComboBoxDemo.preset6=Lara, Larry, Lisa
  240. ComboBoxDemo.preset7=James, Philip, Michael
  241. ComboBoxDemo.preset8=Philip, Lisa, Brent
  242. ComboBoxDemo.preset9=James, Philip, Jon
  243. ComboBoxDemo.preset10=Lara, Jon, Scott
  244.  
  245.  
  246. ComboBoxDemo.hair_description=Hair:
  247. ComboBoxDemo.eyes_description=Eyes & Nose:
  248. ComboBoxDemo.mouth_description=Mouth:
  249.  
  250. ComboBoxDemo.amy=Amy
  251. ComboBoxDemo.brent=Brent
  252. ComboBoxDemo.georges=Georges
  253. ComboBoxDemo.hans=Hans
  254. ComboBoxDemo.howard=Howard
  255. ComboBoxDemo.james=James
  256. ComboBoxDemo.jeff=Jeff
  257. ComboBoxDemo.jon=Jon
  258. ComboBoxDemo.lara=Lara
  259. ComboBoxDemo.larry=Larry
  260. ComboBoxDemo.lisa=Lisa
  261. ComboBoxDemo.michael=Michael
  262. ComboBoxDemo.philip=Philip
  263. ComboBoxDemo.scott=Scott
  264.  
  265. ### FileChooser Demo ###
  266.  
  267. FileChooserDemo.accessible_description=The FileChooser allows a user to select a file, usually for opening or creating/saving.
  268. FileChooserDemo.tooltip=JFileChooser demo
  269. FileChooserDemo.name=FileChooser Demo
  270.  
  271. FileChooserDemo.plainbutton=Show Plain JFileChooser
  272. FileChooserDemo.previewbutton=Show Preview JFileChooser
  273. FileChooserDemo.custombutton=Show Custom JFileChooser
  274.  
  275. FileChooserDemo.description=<html>\
  276.     Note that you can easily create your own custom FileChooser<br> \
  277.     with as many components as you like. \
  278. </html>
  279.  
  280. FileChooserDemo.filterdescription=JPEG and GIF Image Files
  281.  
  282. FileChooserDemo.nofileselected=Please select a file first.
  283. FileChooserDemo.thefile=the file:
  284. FileChooserDemo.isprobably=is probably an image.
  285.  
  286. FileChooserDemo.helptext=<html>\
  287. Find: Find a file.<br>\
  288. About: Learn more about the file.<br>\
  289. OK: Chooser that file<br>\
  290. Cancel: Exit this dialog without doing anything\
  291. </html>
  292.  
  293. FileChooserDemo.findquestion=Find File:
  294. FileChooserDemo.findresponse=<html><center>\
  295. You really want me to find a file?!? <br>\
  296. I don't know how to do that! I'm just a demo!\
  297. </center></html>
  298.  
  299. FileChooserDemo.dialogtitle=Custom Layout FileChooser
  300. FileChooserDemo.help=Help
  301. FileChooserDemo.find=Find
  302. FileChooserDemo.ok=OK
  303. FileChooserDemo.about=About
  304. FileChooserDemo.cancel=Cancel
  305.  
  306. ### Html Demo ###
  307.  
  308. HtmlDemo.accessible_description=This demo shows how to display html text using the JEditorPane component.
  309. HtmlDemo.tooltip=JEditorPane HTML demo
  310. HtmlDemo.name=JEditorPane HTML Demo
  311. HtmlDemo.filename=swing.html
  312.  
  313.  
  314. ### Internal Frame Demo ###
  315.  
  316. InternalFrameDemo.accessible_description=JInternal Frame Demo
  317. InternalFrameDemo.create_frames_label=Create Customized Internal Frames
  318. InternalFrameDemo.title_text_field_label=Frame title:
  319. InternalFrameDemo.frame_label=Frame
  320. InternalFrameDemo.palette_label=Internal Frame Generator
  321. InternalFrameDemo.name=Internal Frames Demo
  322. InternalFrameDemo.tooltip=JInternalFrame demo
  323. InternalFrameDemo.closable_label=Closable
  324. InternalFrameDemo.resizable_label=Resizable
  325. InternalFrameDemo.iconifiable_label=Iconifiable
  326. InternalFrameDemo.maximizable_label=Maximizable
  327. InternalFrameDemo.fish=Fishie Fish Fish Fish
  328. InternalFrameDemo.moon=Goodnight Moon
  329. InternalFrameDemo.sun=Here comes the sun...
  330. InternalFrameDemo.cab=Anyone need a Taxi?
  331.  
  332.  
  333. ### List Demo ###
  334.  
  335. ListDemo.accessible_description=JList Demo
  336. ListDemo.name=List Demo
  337. ListDemo.tooltip=JList demo
  338. ListDemo.prefixes=Prefixes
  339. ListDemo.suffixes=Suffixes
  340. ListDemo.count_label=Number of generated list entries:
  341. ListDemo.all=All
  342. ListDemo.none=None
  343. ListDemo.red=Red Company Logo Image
  344. ListDemo.yellow=Red Company Logo Image
  345. ListDemo.blue=Blue Company Logo Image
  346. ListDemo.gray=Gray Company Logo Image
  347. ListDemo.green=Green Company Logo Image
  348. ListDemo.magenta=Magenta Company Logo Image
  349. ListDemo.cyan=Cyan Company Logo Image
  350. 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>
  351.  
  352.  
  353. ### OptionPane Demo ###
  354.  
  355. OptionPaneDemo.accessible_description=The OptionPane Demo shows examples of using JOptionPane to generate different common option dialog boxes
  356. OptionPaneDemo.tooltip=JOptionPane Demo
  357. OptionPaneDemo.name=Option Pane Demo
  358.  
  359. OptionPaneDemo.warningbutton=Show Warning Dialog
  360. OptionPaneDemo.componentbutton=Show Component Dialog
  361. OptionPaneDemo.inputbutton=Show Input Dialog
  362. OptionPaneDemo.confirmbutton=Show Confirmation Dialog
  363. OptionPaneDemo.messagebutton=Show Message Dialog
  364.  
  365. OptionPaneDemo.warningtitle=Warning Dialog Example
  366. 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>
  367.  
  368. OptionPaneDemo.messagetext=Message in a Bottle (yeah)
  369.  
  370. OptionPaneDemo.confirmquestion=Is the sun shining outside today?
  371. 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>
  372. OptionPaneDemo.confirmno=Well good thing you're inside protected from the elements!
  373.  
  374. OptionPaneDemo.inputquestion=What is your favorite movie?
  375. OptionPaneDemo.inputresponse=That was a pretty good movie!
  376.  
  377. OptionPaneDemo.componenttitle=Component Dialog Example
  378. OptionPaneDemo.componentmessage=<html>JOptionPane can contain as many components <br> as you want, such as a text field:</html>
  379. OptionPaneDemo.componenttextfield=or a combobox:
  380. OptionPaneDemo.component_cb1=item 1
  381. OptionPaneDemo.component_cb2=item 2
  382. OptionPaneDemo.component_cb3=item 3
  383. OptionPaneDemo.componentmessage2=<html>JOptionPane can also show as many options <br> as you want:</html>
  384. OptionPaneDemo.component_op1=Yes
  385. OptionPaneDemo.component_op2=No
  386. OptionPaneDemo.component_op3=Maybe
  387. OptionPaneDemo.component_op4=Probably
  388. OptionPaneDemo.component_op5=Cancel
  389.  
  390. OptionPaneDemo.component_r1=Upbeat and positive! I like that! Good choice.
  391. OptionPaneDemo.component_r2=Definitely not, I wouldn't do it either.
  392. 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>
  393. 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>
  394.  
  395. ### ProgressBar Demo ###
  396.  
  397. ProgressBarDemo.accessible_description=This demo shows an example of using the JProgressBar component.
  398. ProgressBarDemo.tooltip=JProgressBar demo
  399. ProgressBarDemo.name=ProgressBar Demo
  400. ProgressBarDemo.start_button=Start Loading Text
  401. ProgressBarDemo.stop_button=Stop Loading Text
  402. ProgressBarDemo.accessible_text_loading_progress=Text loading progress
  403. ProgressBarDemo.accessible_text_area_name=Text progressively being loaded in
  404.  
  405. 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
  406.  
  407. ProgressBarDemo.text=\
  408. The saying goes: if an infinite number of monkeys typed on an infinite number of typewriters, eventually \n\
  409. all the great works of mankind would emerge. Now, with today's high speed computers, we can finally test \n\
  410. this theory... \n\n\
  411. \tLzskd jfy 92y;ho4 th;qlh sd 6yty;q2 hnlj 8sdf. Djfy 92y;ho4, th;qxhz d7yty; \n\
  412. \tQ0hnlj 23&^ (# ljask djf y92y; fy92y; Sd6y ty;q2h nl jk la gfa harvin garvel\n\
  413. \tlasdfsd a83sl la8z ks8l 92y;ho4 th;qlh sd 6yty;q2 hnlj 8sdf. Djfy 92y;ho4,\n\
  414. \tth;qxhz d7yty; Q0hnlj 23&^ nknod mrs88 jsd79lfm#%$JLaoz6df  lso7dj f2 jfls\n\
  415. \t67d9ol1@2fou99s  1lkj2 @l.k1  2; a89o7aljf  1l3i7ou8 d8l3 lqwerty0092 #1!\n\
  416. \tja9o do8lkjj139rojsd9**!l6*hd # ljasd78 l2awkjad78  3ol7asljf 3 ldif & l.js\n\
  417. \tLl ls ewan la8uj 23lll7u 8l  3h hhxx8 8d  lsd fixx 891lkjno99sl d8l@@@!!8#8\n\
  418. \tdfoil jarooda mklaoorj nowai the smisthliylka jkdlfjiw ladajadra lthhheeejfjl\n\
  419. \tdkddooolda bub mirznod of the koojgaf!! But 2 be or not to be... that is the\n\
  420. \tquestion. Then when shall we three meet again In thunder, lightning, or in\n\
  421. \train? When the hurlyburly's done, When the battle's lost and won. That will\n\
  422. \tbe ere the set of sun. Where the place? Upon the heath. There to meet with\n\
  423. \tMacbeth. But hath forth not to want.....  a banana, or to be.... a banana.\n\
  424. \tBanana, I knew him banana. Banana banana. Banana banana banana banana.\n\
  425. \n\
  426. \n\
  427. \n\
  428. \n\
  429. Well... hmm.... it seemed like a good idea...
  430.  
  431.  
  432. ### ScrollPane Demo ###
  433.  
  434. ScrollPaneDemo.accessible_description=JScrollPane Demo
  435. ScrollPaneDemo.name=Scroll Pane Demo
  436. ScrollPaneDemo.tooltip=JScrollPane demo
  437. ScrollPaneDemo.crayons=Lots of Crayons
  438. ScrollPaneDemo.colheader=Column Header
  439. ScrollPaneDemo.rowheader=Row Header
  440. ScrollPaneDemo.upperleft=Upper Left Corner
  441. ScrollPaneDemo.upperright=Upper Right Column Header Corner
  442. ScrollPaneDemo.lowerleft=Lower Left Row Header Corner
  443.  
  444.  
  445. ### Slider Demo ###
  446.  
  447. SliderDemo.accessible_description=This demo shows an example of using the JSlider component.
  448. SliderDemo.tooltip=JSlider demo
  449. SliderDemo.name=Slider Demo
  450.  
  451. SliderDemo.slidervalue=Slider Value: 
  452. SliderDemo.horizontal=Horizontal
  453. SliderDemo.vertical=Vertical
  454. SliderDemo.plain=Plain
  455. SliderDemo.a_plain_slider=A Plain Slider
  456. SliderDemo.majorticks=Major Ticks
  457. SliderDemo.majorticksdescription=A slider showing major tick marks
  458. SliderDemo.ticks=Minor Ticks, Snap-to-ticks and Labels
  459. SliderDemo.minorticks=Minor Ticks
  460. SliderDemo.minorticksdescription=A slider showing major and minor tick marks, with slider action snapping to tick marks, with some ticks visibly labeled
  461. SliderDemo.disabled=Disabled
  462. SliderDemo.disableddescription=A slider showing major and minor tick marks that is not enabled (cannot be manipulated
  463.  
  464. ### SplitPane Demo ###
  465.  
  466. SplitPaneDemo.accessible_description=JSplitPane Demo
  467. SplitPaneDemo.name=Split Pane Demo
  468. SplitPaneDemo.tooltip=JSplitPane demo
  469. SplitPaneDemo.earth=Mother Earth
  470. SplitPaneDemo.moon=An Astranaut on the Moon
  471. SplitPaneDemo.vert_split=Vertically Split
  472. SplitPaneDemo.vert_split_mnemonic=V
  473. SplitPaneDemo.horz_split=Horizontally Split
  474. SplitPaneDemo.horz_split_mnemonic=r
  475. SplitPaneDemo.cont_layout=Continuous Layout
  476. SplitPaneDemo.cont_layout_mnemonic=C
  477. SplitPaneDemo.one_touch_expandable=One-Touch expandable
  478. SplitPaneDemo.divider_size=Divider Size
  479. SplitPaneDemo.divider_size_mnemonic=z
  480. SplitPaneDemo.invalid_divider_size=Invalid Divider Size
  481. SplitPaneDemo.error=Error
  482. SplitPaneDemo.first_component_min_size=First Component's Minimum Size
  483. SplitPaneDemo.first_component_min_size_mnemonic=i
  484. SplitPaneDemo.second_component_min_size=Second Component's Minimum Size
  485. SplitPaneDemo.second_component_min_size_mnemonic=n
  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_boundries=Column boundries
  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=Goodfella's
  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.none=None
  596. TableDemo.oncewest=Once Upon The Time In The West
  597. TableDemo.pulpfiction=Pulp Fiction
  598. TableDemo.raiders=Raiders of the Lost Ark
  599. TableDemo.reservoir=Reservoir Dogs
  600. TableDemo.repoman=Repo Man
  601. TableDemo.spinaltap=This is Spinal Tap
  602. TableDemo.schindlerslist=Schindler's List
  603. TableDemo.starwars=Star Wars
  604. TableDemo.stuntman=The Stuntman
  605. TableDemo.thinman=The Thin Man
  606. TableDemo.withnail=Withnail & I
  607. TableDemo.labyrinth=Labyrinth
  608. TableDemo.shawshank=The Shawshank Redemption
  609. TableDemo.apple=Apple
  610. TableDemo.asparagus=Asparagus
  611. TableDemo.banana=Banana
  612. TableDemo.broccoli=Broccoli
  613. TableDemo.carrot=Carrot
  614. TableDemo.cantaloupe=Cantaloupe
  615. TableDemo.corn=Corn
  616. TableDemo.grapes=Grapes
  617. TableDemo.grapefruit=Grapefruit
  618. TableDemo.kiwi=Kiwi
  619. TableDemo.onion=Onion
  620. TableDemo.pear=Pear
  621. TableDemo.peach=Peach
  622. TableDemo.pepper=Red Pepper
  623. TableDemo.pickle=Pickle
  624. TableDemo.pineapple=Pineapple
  625. TableDemo.raspberry=Raspberry
  626. TableDemo.sparegrass=Spare Grass
  627. TableDemo.strawberry=Strawberry
  628. TableDemo.tomato=Tomato
  629. TableDemo.watermelon=Watermelon
  630.  
  631.  
  632. ### ToolTip Demo ###
  633.  
  634. ToolTipDemo.accessible_description=ToolTips show short help descriptions for a component
  635. ToolTipDemo.accessible_cow=This is a Cow.
  636. ToolTipDemo.tooltip=ToolTip demo
  637. ToolTipDemo.name=ToolTip Demo
  638. ToolTipDemo.bessie=Bessie The Cow
  639. ToolTipDemo.cow=Cow.
  640. ToolTipDemo.got_milk=Got Milk?
  641. ToolTipDemo.tail=tail.
  642. ToolTipDemo.moo=Mooooooo
  643. 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>
  644.  
  645.  
  646. ### Tree Demo ###
  647.  
  648. TreeDemo.accessible_description=This demo shows shows a sample usage of a JTree component.
  649. TreeDemo.tooltip=JTree demo
  650. TreeDemo.name=Tree Demo
  651. TreeDemo.music=Music
  652.  
  653.