src/java.desktop/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_zh_TW.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=\u67E5\u8A62(&I):
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    47
FileChooser.saveInLabel.textAndMnemonic=\u5132\u5B58\u65BC: 
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    48
FileChooser.fileNameLabel.textAndMnemonic=\u6A94\u6848\u540D\u7A31(&N):
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    49
FileChooser.folderNameLabel.textAndMnemonic=\u8CC7\u6599\u593E\u540D\u7A31(&N):
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    50
FileChooser.filesOfTypeLabel.textAndMnemonic=\u6A94\u6848\u985E\u578B(&T):
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    51
FileChooser.upFolderToolTip.textAndMnemonic=\u5F80\u4E0A\u4E00\u5C64
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    52
FileChooser.upFolderAccessibleName=\u5F80\u4E0A
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    53
FileChooser.homeFolderToolTip.textAndMnemonic=\u4E3B\u76EE\u9304
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    54
FileChooser.homeFolderAccessibleName=\u4E3B\u76EE\u9304
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    55
FileChooser.newFolderToolTip.textAndMnemonic=\u5EFA\u7ACB\u65B0\u8CC7\u6599\u593E
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    56
FileChooser.newFolderAccessibleName=\u65B0\u8CC7\u6599\u593E
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    57
FileChooser.newFolderActionLabel.textAndMnemonic=\u65B0\u8CC7\u6599\u593E
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    58
FileChooser.listViewButtonToolTip.textAndMnemonic=\u6E05\u55AE
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    59
FileChooser.listViewButtonAccessibleName=\u6E05\u55AE
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    60
FileChooser.listViewActionLabel.textAndMnemonic=\u6E05\u55AE
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    61
FileChooser.detailsViewButtonToolTip.textAndMnemonic=\u8A73\u7D30\u8CC7\u8A0A
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    62
FileChooser.detailsViewButtonAccessibleName=\u8A73\u7D30\u8CC7\u8A0A
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    63
FileChooser.detailsViewActionLabel.textAndMnemonic=\u8A73\u7D30\u8CC7\u8A0A
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    64
FileChooser.refreshActionLabel.textAndMnemonic=\u91CD\u65B0\u6574\u7406
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    65
FileChooser.viewMenuLabel.textAndMnemonic=\u6AA2\u8996
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    66
FileChooser.fileNameHeader.textAndMnemonic=\u540D\u7A31
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    67
FileChooser.fileSizeHeader.textAndMnemonic=\u5927\u5C0F
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    68
FileChooser.fileTypeHeader.textAndMnemonic=\u985E\u578B
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    69
FileChooser.fileDateHeader.textAndMnemonic=\u4FEE\u6539\u65E5\u671F
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12287
diff changeset
    70
FileChooser.fileAttrHeader.textAndMnemonic=\u5C6C\u6027