4632N/A#
4632N/A# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
4632N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4632N/A#
4632N/A# This code is free software; you can redistribute it and/or modify it
4632N/A# under the terms of the GNU General Public License version 2 only, as
4632N/A# published by the Free Software Foundation. Oracle designates this
4632N/A# particular file as subject to the "Classpath" exception as provided
4632N/A# by Oracle in the LICENSE file that accompanied this code.
4632N/A#
4632N/A# This code is distributed in the hope that it will be useful, but WITHOUT
4632N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
4632N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
4632N/A# version 2 for more details (a copy is included in the LICENSE file that
4632N/A# accompanied this code).
4632N/A#
4632N/A# You should have received a copy of the GNU General Public License version
4632N/A# 2 along with this work; if not, write to the Free Software Foundation,
4632N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
4632N/A#
4632N/A# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
4632N/A# or visit www.oracle.com if you need additional information or have any
4632N/A# questions.
4632N/A#
4632N/A
4632N/A# This properties file is used to create a PropertyResourceBundle
4632N/A# It contains Locale specific strings used in Swing
4632N/A# Currently, it contains the additional strings needed for the Aqua versions of these components:
4632N/A#
4632N/A# FileChooser
4632N/A#
4632N/A# When this file is read in, the strings are put into the
4632N/A# defaults table. This is an implementation detail of the current
4632N/A# workings of Swing. DO NOT DEPEND ON THIS.
4632N/A# This may change in future versions of Swing as we improve localization
4632N/A# support.
4632N/A
4632N/A############ FILE CHOOSER STRINGS #############
5015N/AFileChooser.fileDescription.textAndMnemonic=Generic File
5015N/AFileChooser.directoryDescription.textAndMnemonic=Directory
5015N/AFileChooser.newFolderError.textAndMnemonic=Error occured during folder creation
4632N/AFileChooser.newFolderErrorSeparator= :
5015N/AFileChooser.acceptAllFileFilter.textAndMnemonic=All Files
5015N/AFileChooser.cancelButton.textAndMnemonic=Cancel
5015N/AFileChooser.saveButton.textAndMnemonic=Save
5015N/AFileChooser.openButton.textAndMnemonic=Open
5015N/AFileChooser.saveDialogTitle.textAndMnemonic=Save
5015N/AFileChooser.openDialogTitle.textAndMnemonic=Open
5015N/AFileChooser.updateButton.textAndMnemonic=Update
5015N/AFileChooser.helpButton.textAndMnemonic=Help
5015N/AFileChooser.directoryOpenButton.textAndMnemonic=Open
4632N/A
4632N/A# File Size Units
4632N/AFileChooser.fileSizeKiloBytes={0} KB
4632N/AFileChooser.fileSizeMegaBytes={0} MB
4632N/AFileChooser.fileSizeGigaBytes={0} GB
4632N/A
5015N/A# Mac-specific strings
5015N/AFileChooser.saveTitle.textAndMnemonic=Save
5015N/AFileChooser.openTitle.textAndMnemonic=Open
5015N/AFileChooser.newFolderExistsError.textAndMnemonic=That name is already taken
5015N/AFileChooser.chooseButton.textAndMnemonic=Choose
4632N/A
5015N/AFileChooser.newFolderButton.textAndMnemonic=New Folder
5015N/AFileChooser.newFolderTitle.textAndMnemonic=New Folder
5015N/AFileChooser.fileNameLabel.textAndMnemonic=File:
5015N/AFileChooser.saveDialogFileNameLabel.textAndMnemonic=Save As:
5015N/AFileChooser.filesOfTypeLabel.textAndMnemonic=File Format:
4632N/A
4632N/AFileChooser.desktopName=Desktop
5015N/AFileChooser.newFolderPrompt.textAndMnemonic=Name of new folder:
4632N/AFileChooser.untitledFolderName=untitled folder
4632N/AFileChooser.untitledFileName=untitled
5015N/AFileChooser.createButton.textAndMnemonic=Create
4632N/A
5015N/AFileChooser.byDate.textAndMnemonic=Date Modified
5015N/AFileChooser.by.textAndMnemonic=Name
4632N/AFileChooser.newFolderAccessibleName=New Folder
4632N/A
4632N/AFileChooser.mac.newFolder=untitled folder
4632N/AFileChooser.mac.newFolder.subsequent=untitled folder {0}
4632N/A
4632N/A
4632N/A############ COLOR CHOOSER STRINGS #############
5015N/AColorChooser.preview.textAndMnemonic=Preview
5015N/AColorChooser.ok.textAndMnemonic=OK
5015N/AColorChooser.cancel.textAndMnemonic=Cancel
5015N/AColorChooser.reset.textAndMnemonic=&Reset
5015N/AColorChooser.sample.textAndMnemonic=Sample Text Sample Text
5015N/AColorChooser.swatches.textAndMnemonic=&Swatches
5015N/AColorChooser.swatchesRecent.textAndMnemonic=Recent:
5015N/AColorChooser.hsb.textAndMnemonic=&HSB
5015N/AColorChooser.hsbHue.textAndMnemonic=H
5015N/AColorChooser.hsbSaturation.textAndMnemonic=S
5015N/AColorChooser.hsbBrightness.textAndMnemonic=B
5015N/AColorChooser.hsbRed.textAndMnemonic=R
5015N/AColorChooser.hsbGreen.textAndMnemonic=G
5015N/AColorChooser.hsbBlue.textAndMnemonic=B
5015N/AColorChooser.rgb.textAndMnemonic=R&GB
5015N/AColorChooser.rgbRed.textAndMnemonic=Re&d
5015N/AColorChooser.rgbGreen.textAndMnemonic=Gree&n
5015N/AColorChooser.rgbBlue.textAndMnemonic=&Blue
4632N/A
4632N/A############ OPTION PANE STRINGS #############
4632N/A# We only define mnemonics for YES/NO, but for completeness you can
4632N/A# define mnemonics for any of the buttons.
5015N/AOptionPane.yesButton.textAndMnemonic=&Yes
5015N/AOptionPane.noButton.textAndMnemonic=&No
5015N/AOptionPane.okButton.textAndMnemonic=OK
5015N/AOptionPane.cancelButton.textAndMnemonic=Cancel
5015N/AOptionPane.title.textAndMnemonic=Select an Option
4632N/A# Title for the dialog for the showInputDialog methods. Only used if
4632N/A# the developer uses one of the variants that doesn't take a title.
5015N/AOptionPane.inputDialog.titleAndMnemonic=Input
4632N/A# Title for the dialog for the showMessageDialog methods. Only used if
4632N/A# the developer uses one of the variants that doesn't take a title.
5015N/AOptionPane.messageDialog.titleAndMnemonic=Message
4632N/A
4632N/A############ Printing Dialog Strings ############
5015N/APrintingDialog.titleProgress.textAndMnemonic=Printing
5015N/APrintingDialog.titleAborting.textAndMnemonic=Printing (Aborting)
4632N/A
5015N/APrintingDialog.contentInitial.textAndMnemonic=Printing in progress...
4632N/A
4632N/A# The following string will be formatted by a MessageFormat
4632N/A# and {0} will be replaced by page number being printed
5015N/APrintingDialog.contentProgress.textAndMnemonic=Printed page {0}...
4632N/A
5015N/APrintingDialog.contentAborting.textAndMnemonic=Printing aborting...
5015N/A
5015N/APrintingDialog.abortButton.textAndMnemonic=&Abort
5015N/APrintingDialog.abortButtonToolTip.textAndMnemonic=Abort Printing
4632N/A
4632N/A############ Internal Frame Strings ############
4632N/AInternalFrame.iconButtonToolTip=Minimize
4632N/AInternalFrame.maxButtonToolTip=Maximize
4632N/AInternalFrame.restoreButtonToolTip=Restore
4632N/AInternalFrame.closeButtonToolTip=Close
4632N/A
4632N/A############ Internal Frame Title Pane Strings ############
5015N/AInternalFrameTitlePane.restoreButton.textAndMnemonic=Restore
5015N/AInternalFrameTitlePane.moveButton.textAndMnemonic=Move
5015N/AInternalFrameTitlePane.sizeButton.textAndMnemonic=Size
5015N/AInternalFrameTitlePane.minimizeButton.textAndMnemonic=Minimize
5015N/AInternalFrameTitlePane.maximizeButton.textAndMnemonic=Maximize
5015N/AInternalFrameTitlePane.closeButton.textAndMnemonic=Close
4632N/A
4632N/A############ Text strings #############
4632N/A# Used for html forms
5015N/AFormView.submitButton.textAndMnemonic=Submit Query
5015N/AFormView.resetButton.textAndMnemonic=Reset
5015N/AFormView.browseFileButton.textAndMnemonic=Browse...
4632N/A
4632N/A############ Abstract Document Strings ############
5015N/AAbstractDocument.styleChange.textAndMnemonic=style change
5015N/AAbstractDocument.addition.textAndMnemonic=addition
5015N/AAbstractDocument.deletion.textAndMnemonic=deletion
5015N/AAbstractDocument.undo.textAndMnemonic=Undo
5015N/AAbstractDocument.redo.textAndMnemonic=Redo
4632N/A
4632N/A############ Abstract Button Strings ############
5015N/AAbstractButton.click.textAndMnemonic=click
4632N/A
4632N/A############ Abstract Undoable Edit Strings ############
5015N/AAbstractUndoableEdit.undo.textAndMnemonic=Undo
5015N/AAbstractUndoableEdit.redo.textAndMnemonic=Redo
4632N/A
4632N/A############ Combo Box Strings ############
5015N/AComboBox.togglePopup.textAndMnemonic=togglePopup
4632N/A
4632N/A############ Progress Monitor Strings ############
5015N/AProgressMonitor.progress.textAndMnemonic=Progress...
4632N/A
4632N/A############ Split Pane Strings ############
5015N/ASplitPane.leftButton.textAndMnemonic=left button
5015N/ASplitPane.rightButton.textAndMnemonic=right button
4632N/A# Used for Isindex
4632N/AIsindexView.prompt=This is a searchable index. Enter search keywords:
4632N/A
4632N/A############ InternalFrameTitlePane Strings ############
4632N/AInternalFrameTitlePane.iconifyButtonAccessibleName=Iconify
4632N/AInternalFrameTitlePane.maximizeButtonAccessibleName=Maximize
4632N/AInternalFrameTitlePane.closeButtonAccessibleName=Close