jdk/src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_ja.properties
author alexsch
Wed, 16 May 2012 16:27:12 +0400
changeset 12655 4edb87e1eb0b
parent 10413 5bd4f81b6d45
permissions -rw-r--r--
7169226: NLS: Please change the mnemonic assignment system for windows and motif properties Reviewed-by: rupashka
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
# This properties file is used to create a PropertyResourceBundle
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
# It contains Locale specific strings used be the Motif Look and Feel.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
# Currently, the following components need this for support:
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
#    FileChooser
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
# When this file is read in, the strings are put into the 
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
# defaults table.  This is an implementation detail of the current
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
# workings of Swing.  DO NOT DEPEND ON THIS.  
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
# This may change in future versions of Swing as we improve localization 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
# support.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
# Refer to the note in basic.properties for a description as to what
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
# the mnemonics correspond to and how to calculate them.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
# @author Steve Wilson
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
############ FILE CHOOSER STRINGS #############
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
12655
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    21
FileChooser.acceptAllFileFilter.textAndMnemonic=*
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    22
FileChooser.cancelButton.textAndMnemonic=\u53D6\u6D88
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    23
FileChooser.saveButton.textAndMnemonic=\u4FDD\u5B58
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    24
FileChooser.openButton.textAndMnemonic=OK
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    25
FileChooser.saveDialogTitle.textAndMnemonic=\u4FDD\u5B58
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    26
FileChooser.openDialogTitle.textAndMnemonic=\u958B\u304F
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    27
FileChooser.updateButton.textAndMnemonic=\u66F4\u65B0
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    28
FileChooser.helpButton.textAndMnemonic=\u30D8\u30EB\u30D7
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    29
FileChooser.pathLabel.textAndMnemonic=\u30D1\u30B9\u307E\u305F\u306F\u30D5\u30A9\u30EB\u30C0\u540D\u3092\u5165\u529B(&P):
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    30
FileChooser.filterLabel.textAndMnemonic=\u30D5\u30A3\u30EB\u30BF(&R)
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    31
FileChooser.foldersLabel.textAndMnemonic=\u30D5\u30A9\u30EB\u30C0(&L)
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    32
FileChooser.filesLabel.textAndMnemonic=\u30D5\u30A1\u30A4\u30EB(&I)
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    33
FileChooser.enterFileNameLabel.textAndMnemonic=\u30D5\u30A1\u30A4\u30EB\u540D\u3092\u5165\u529B(&N):
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    34
FileChooser.enterFolderNameLabel.textAndMnemonic=\u30D5\u30A9\u30EB\u30C0\u540D\u3092\u5165\u529B:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
12655
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    36
FileChooser.cancelButtonToolTip.textAndMnemonic=\u30D5\u30A1\u30A4\u30EB\u30FB\u30C1\u30E5\u30FC\u30B6\u30FB\u30C0\u30A4\u30A2\u30ED\u30B0\u3092\u7D42\u4E86\u3057\u307E\u3059\u3002
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    37
FileChooser.saveButtonToolTip.textAndMnemonic=\u9078\u629E\u3057\u305F\u30D5\u30A1\u30A4\u30EB\u3092\u4FDD\u5B58\u3057\u307E\u3059\u3002
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    38
FileChooser.openButtonToolTip.textAndMnemonic=\u9078\u629E\u3057\u305F\u30D5\u30A1\u30A4\u30EB\u3092\u958B\u304D\u307E\u3059\u3002
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    39
FileChooser.updateButtonToolTip.textAndMnemonic=\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u306E\u30EA\u30B9\u30C8\u3092\u66F4\u65B0\u3057\u307E\u3059\u3002
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    40
FileChooser.helpButtonToolTip.textAndMnemonic=FileChooser\u306E\u30D8\u30EB\u30D7\u3067\u3059\u3002