mirror of https://github.com/weisJ/darklaf.git
darculadarcula-themefeelguihacktoberfestintellijintellij-themelaflooklookandfeelnativesolarizedsolarized-dark-themesolarized-light-themesvgswingthemethemes
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
3.8 KiB
76 lines
3.8 KiB
# |
|
# Copyright (c) 2010, 2019, Oracle and/or its affiliates. All rights reserved. |
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
|
# |
|
# This code is free software; you can redistribute it and/or modify it |
|
# under the terms of the GNU General Public License version 2 only, as |
|
# published by the Free Software Foundation. Oracle designates this |
|
# particular file as subject to the "Classpath" exception as provided |
|
# by Oracle in the LICENSE file that accompanied this code. |
|
# |
|
# This code is distributed in the hope that it will be useful, but WITHOUT |
|
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
# version 2 for more details (a copy is included in the LICENSE file that |
|
# accompanied this code). |
|
# |
|
# You should have received a copy of the GNU General Public License version |
|
# 2 along with this work; if not, write to the Free Software Foundation, |
|
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
|
# |
|
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
|
# or visit www.oracle.com if you need additional information or have any |
|
# questions. |
|
# |
|
|
|
# This properties file is used to create a PropertyResourceBundle |
|
# It contains Locale specific strings used be the Metal Look and Feel. |
|
# Currently, the following components need this for support: |
|
# |
|
# FileChooser |
|
# |
|
# When this file is read in, the strings are put into the |
|
# defaults table. This is an implementation detail of the current |
|
# workings of Swing. DO NOT DEPEND ON THIS. |
|
# This may change in future versions of Swing as we improve localization |
|
# support. |
|
# |
|
# Refer to the note in basic.properties for a description as to what |
|
# the mnemonics correspond to and how to calculate them. |
|
# |
|
# @author Steve Wilson |
|
|
|
|
|
############ FILE CHOOSER STRINGS ############# |
|
|
|
FileChooser.lookInLabel.textAndMnemonic=\u30D5\u30A1\u30A4\u30EB\u306E\u5834\u6240(&I): |
|
FileChooser.saveInLabel.textAndMnemonic=\u4FDD\u5B58: |
|
FileChooser.fileNameLabel.textAndMnemonic=\u30D5\u30A1\u30A4\u30EB\u540D(&N): |
|
FileChooser.folderNameLabel.textAndMnemonic=\u30D5\u30A9\u30EB\u30C0\u540D(&N): |
|
FileChooser.filesOfTypeLabel.textAndMnemonic=\u30D5\u30A1\u30A4\u30EB\u306E\u30BF\u30A4\u30D7(&T): |
|
FileChooser.upFolderToolTip.textAndMnemonic=1\u30EC\u30D9\u30EB\u4E0A\u3078 |
|
FileChooser.upFolderAccessibleName=\u4E0A\u3078 |
|
FileChooser.homeFolderToolTip.textAndMnemonic=\u30DB\u30FC\u30E0 |
|
FileChooser.homeFolderAccessibleName=\u30DB\u30FC\u30E0 |
|
FileChooser.newFolderToolTip.textAndMnemonic=\u65B0\u898F\u30D5\u30A9\u30EB\u30C0\u306E\u4F5C\u6210 |
|
FileChooser.newFolderAccessibleName=\u65B0\u898F\u30D5\u30A9\u30EB\u30C0 |
|
FileChooser.newFolderActionLabel.textAndMnemonic=\u65B0\u898F\u30D5\u30A9\u30EB\u30C0 |
|
FileChooser.listViewButtonToolTip.textAndMnemonic=\u30EA\u30B9\u30C8 |
|
FileChooser.listViewButtonAccessibleName=\u30EA\u30B9\u30C8 |
|
FileChooser.listViewActionLabel.textAndMnemonic=\u30EA\u30B9\u30C8 |
|
FileChooser.detailsViewButtonToolTip.textAndMnemonic=\u8A73\u7D30 |
|
FileChooser.detailsViewButtonAccessibleName=\u8A73\u7D30 |
|
FileChooser.detailsViewActionLabel.textAndMnemonic=\u8A73\u7D30 |
|
FileChooser.refreshActionLabel.textAndMnemonic=\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5 |
|
FileChooser.viewMenuLabel.textAndMnemonic=\u8868\u793A |
|
FileChooser.fileNameHeader.textAndMnemonic=\u540D\u524D |
|
FileChooser.fileSizeHeader.textAndMnemonic=\u30B5\u30A4\u30BA |
|
FileChooser.fileTypeHeader.textAndMnemonic=\u30BF\u30A4\u30D7 |
|
FileChooser.fileDateHeader.textAndMnemonic=\u4FEE\u6B63\u65E5 |
|
FileChooser.fileAttrHeader.textAndMnemonic=\u5C5E\u6027 |
|
|
|
############ Used by MetalTitlePane if rendering window decorations############ |
|
MetalTitlePane.restore.titleAndMnemonic=\u5FA9\u5143(&R) |
|
MetalTitlePane.iconify.titleAndMnemonic=\u6700\u5C0F\u5316(&E) |
|
MetalTitlePane.maximize.titleAndMnemonic=\u6700\u5927\u5316(&X) |
|
MetalTitlePane.close.titleAndMnemonic=\u9589\u3058\u308B(&C)
|
|
|