src/java.desktop/share/classes/com/sun/java/swing/plaf/motif/resources/motif_ko.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
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
# This properties file is used to create a PropertyResourceBundle
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
# It contains Locale specific strings used be the Motif Look and Feel.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
# Currently, the following components need this for support:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
#    FileChooser
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
# When this file is read in, the strings are put into the 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
# defaults table.  This is an implementation detail of the current
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
# workings of Swing.  DO NOT DEPEND ON THIS.  
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
# This may change in future versions of Swing as we improve localization 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
# support.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
# Refer to the note in basic.properties for a description as to what
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
# the mnemonics correspond to and how to calculate them.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
# @author Steve Wilson
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
############ FILE CHOOSER STRINGS #############
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
12655
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    46
FileChooser.acceptAllFileFilter.textAndMnemonic=*
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    47
FileChooser.cancelButton.textAndMnemonic=\uCDE8\uC18C
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    48
FileChooser.saveButton.textAndMnemonic=\uC800\uC7A5
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    49
FileChooser.openButton.textAndMnemonic=\uD655\uC778
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    50
FileChooser.saveDialogTitle.textAndMnemonic=\uC800\uC7A5
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    51
FileChooser.openDialogTitle.textAndMnemonic=\uC5F4\uAE30
20196
a64aabd2fa13 8025215: jdk8 l10n resource file translation update 4
mfang
parents: 12655
diff changeset
    52
FileChooser.updateButton.textAndMnemonic=\uC5C5\uB370\uC774\uD2B8
12655
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    53
FileChooser.helpButton.textAndMnemonic=\uB3C4\uC6C0\uB9D0
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    54
FileChooser.pathLabel.textAndMnemonic=\uACBD\uB85C \uB610\uB294 \uD3F4\uB354 \uC774\uB984 \uC785\uB825(&P):
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    55
FileChooser.filterLabel.textAndMnemonic=\uD544\uD130(&R)
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    56
FileChooser.foldersLabel.textAndMnemonic=\uD3F4\uB354(&L)
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    57
FileChooser.filesLabel.textAndMnemonic=\uD30C\uC77C(&I)
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    58
FileChooser.enterFileNameLabel.textAndMnemonic=\uD30C\uC77C \uC774\uB984 \uC785\uB825(&N):
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    59
FileChooser.enterFolderNameLabel.textAndMnemonic=\uD3F4\uB354 \uC774\uB984 \uC785\uB825:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
12655
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    61
FileChooser.cancelButtonToolTip.textAndMnemonic=\uD30C\uC77C \uC120\uD0DD\uAE30 \uB300\uD654\uC0C1\uC790\uB97C \uC911\uB2E8\uD569\uB2C8\uB2E4.
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    62
FileChooser.saveButtonToolTip.textAndMnemonic=\uC120\uD0DD\uB41C \uD30C\uC77C\uC744 \uC800\uC7A5\uD569\uB2C8\uB2E4.
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    63
FileChooser.openButtonToolTip.textAndMnemonic=\uC120\uD0DD\uB41C \uD30C\uC77C\uC744 \uC5FD\uB2C8\uB2E4.
20196
a64aabd2fa13 8025215: jdk8 l10n resource file translation update 4
mfang
parents: 12655
diff changeset
    64
FileChooser.updateButtonToolTip.textAndMnemonic=\uB514\uB809\uD1A0\uB9AC \uBAA9\uB85D\uC744 \uC5C5\uB370\uC774\uD2B8\uD569\uB2C8\uB2E4.
12655
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    65
FileChooser.helpButtonToolTip.textAndMnemonic=FileChooser \uB3C4\uC6C0\uB9D0\uC785\uB2C8\uB2E4.