src/java.desktop/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_ja.properties
author ljiang
Thu, 25 Jul 2019 15:29:50 +0800
changeset 57577 a0c5401371c9
parent 47216 71c04702a3d5
permissions -rw-r--r--
8228397: Missing license copyright header in some properties files Reviewed-by: iris, mchung, naoto
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
57577
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     1
#
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     2
# Copyright (c) 2010, 2019, Oracle and/or its affiliates. All rights reserved.
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     4
#
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    10
#
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    15
# accompanied this code).
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    16
#
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    17
# You should have received a copy of the GNU General Public License version
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    20
#
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    23
# questions.
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    24
#
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    25
17184
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    26
# This properties file is used to create a PropertyResourceBundle
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    27
# It contains Locale specific strings used be the Synth Look and Feel.
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    28
# Currently, the following components need this for support:
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    29
#
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    30
#    FileChooser
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    31
#
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    32
# When this file is read in, the strings are put into the
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    33
# defaults table.  This is an implementation detail of the current
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    34
# workings of Swing.  DO NOT DEPEND ON THIS.
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    35
# This may change in future versions of Swing as we improve localization
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    36
# support.
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    37
#
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    38
# Refer to the note in basic.properties for a description as to what
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    39
# the mnemonics correspond to and how to calculate them.
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    40
#
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    41
# @author Steve Wilson
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    42
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    43
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    44
############ FILE CHOOSER STRINGS #############
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    45
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    46
FileChooser.lookInLabel.textAndMnemonic=\u30D5\u30A1\u30A4\u30EB\u306E\u5834\u6240(&I):
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    47
FileChooser.saveInLabel.textAndMnemonic=\u4FDD\u5B58:
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    48
FileChooser.fileNameLabel.textAndMnemonic=\u30D5\u30A1\u30A4\u30EB\u540D(&N):
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    49
FileChooser.folderNameLabel.textAndMnemonic=\u30D5\u30A9\u30EB\u30C0\u540D(&N):
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    50
FileChooser.filesOfTypeLabel.textAndMnemonic=\u30D5\u30A1\u30A4\u30EB\u306E\u30BF\u30A4\u30D7(&T):
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    51
FileChooser.upFolderToolTip.textAndMnemonic=1\u30EC\u30D9\u30EB\u4E0A\u3078
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    52
FileChooser.upFolderAccessibleName=\u4E0A\u3078
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    53
FileChooser.homeFolderToolTip.textAndMnemonic=\u30DB\u30FC\u30E0
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    54
FileChooser.homeFolderAccessibleName=\u30DB\u30FC\u30E0
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    55
FileChooser.newFolderToolTip.textAndMnemonic=\u65B0\u898F\u30D5\u30A9\u30EB\u30C0\u306E\u4F5C\u6210
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    56
FileChooser.newFolderAccessibleName=\u65B0\u898F\u30D5\u30A9\u30EB\u30C0
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    57
FileChooser.newFolderActionLabel.textAndMnemonic=\u65B0\u898F\u30D5\u30A9\u30EB\u30C0
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    58
FileChooser.listViewButtonToolTip.textAndMnemonic=\u30EA\u30B9\u30C8
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    59
FileChooser.listViewButtonAccessibleName=\u30EA\u30B9\u30C8
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    60
FileChooser.listViewActionLabel.textAndMnemonic=\u30EA\u30B9\u30C8
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    61
FileChooser.detailsViewButtonToolTip.textAndMnemonic=\u8A73\u7D30
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    62
FileChooser.detailsViewButtonAccessibleName=\u8A73\u7D30
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    63
FileChooser.detailsViewActionLabel.textAndMnemonic=\u8A73\u7D30
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    64
FileChooser.refreshActionLabel.textAndMnemonic=\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    65
FileChooser.viewMenuLabel.textAndMnemonic=\u8868\u793A
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    66
FileChooser.fileNameHeader.textAndMnemonic=\u540D\u524D
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    67
FileChooser.fileSizeHeader.textAndMnemonic=\u30B5\u30A4\u30BA
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    68
FileChooser.fileTypeHeader.textAndMnemonic=\u30BF\u30A4\u30D7
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    69
FileChooser.fileDateHeader.textAndMnemonic=\u4FEE\u6B63\u65E5
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    70
FileChooser.fileAttrHeader.textAndMnemonic=\u5C5E\u6027