blob: 2b8561b812e83b7de7d18cd73ab5525ad77dce5b [file] [log] [blame]
# This properties file is used to create a PropertyResourceBundle
# It contains Locale specific strings used in Swing
# Currently, the following components need this for support:
#
# ColorChooser
# FileChooser
# OptionPane
#
# 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.
#
# MNEMONIC NOTE:
# Many of strings in this file are used by widgets that have a
# mnemonic, for example:
# ColorChooser.rgbNameText=RGB
# ColorChooser.rgbMnemonic=71
# ColorChooser.rgbDisplayedMnemonicIndex=1
# Indicates that the tab in the ColorChooser for RGB colors will have
# the text 'RGB', further the mnemonic character will be 'g' and that
# a decoration will be provided under the 'G'. This will typically
# look like: RGB
# -
# 71 corresponds to the decimal value of the VK constant defined
# in java/awt/KeyEvent.java. VK_G is defined as:
#
# public static final int VK_G = 0x47;
#
# 0x47 is a hex number and needs to be converted to decimal.
# A simple way to calculate this for a-z is to add 64 to the index of
# the letter in the alphabet. As 'a' is in the 1st letter the mnemonic
# for 'a' is 65, 'b' is 66...
#
# The xxDisplayedMnemonicIndex is used to indicate the index of the
# character that should be underlined in the String, with 0
# corresponding to the first character in the String.
#
# One important thing to remember is that the mnemonic MUST exist in
# the String, if it does not exist you should add text that makes it
# exist. This will typically take the form 'XXXX (M)' where M is the
# character for the mnemonic.
#
# @author Steve Wilson
############ FILE CHOOSER STRINGS #############
FileChooser.fileDescriptionText=Generisk fil
FileChooser.directoryDescriptionText=Katalog
FileChooser.newFolderErrorText=Fel d\u00e5 ny mapp skapades
FileChooser.newFolderErrorSeparator= :
FileChooser.newFolderParentDoesntExistTitleText=Unable to create folder
FileChooser.newFolderParentDoesntExistText=Unable to create the folder.\n\nThe system cannot find the path specified.
FileChooser.renameErrorTitleText=Error Renaming File or Folder
FileChooser.renameErrorText=Cannot rename {0}
FileChooser.renameErrorFileExistsText=Cannot rename {0}: A file with the name you specified already exists. \
Specify a different file name.
FileChooser.acceptAllFileFilterText=Alla filer
FileChooser.cancelButtonText=Avbryt
FileChooser.cancelButtonMnemonic=65
FileChooser.saveButtonText=Spara
FileChooser.saveButtonMnemonic=83
FileChooser.openButtonText=\u00d6ppna
FileChooser.openButtonMnemonic=78
FileChooser.saveDialogTitleText=Spara
FileChooser.openDialogTitleText=\u00d6ppna
FileChooser.updateButtonText=Uppdatera
FileChooser.updateButtonMnemonic=85
FileChooser.helpButtonText=Hj\u00e4lp
FileChooser.helpButtonMnemonic=72
FileChooser.directoryOpenButtonText=\u00d6ppna
FileChooser.directoryOpenButtonMnemonic=80
# File Size Units
FileChooser.fileSizeKiloBytes={0} KB
FileChooser.fileSizeMegaBytes={0} MB
FileChooser.fileSizeGigaBytes={0} GB
# These strings are platform dependent not look and feel dependent.
FileChooser.win32.newFolder=Ny mapp
FileChooser.win32.newFolder.subsequent=Ny mapp ({0})
FileChooser.other.newFolder=Ny mapp
FileChooser.other.newFolder.subsequent=Ny mapp.{0}
## file chooser tooltips ###
FileChooser.cancelButtonToolTipText=Avbryt filvalsdialogruta
FileChooser.saveButtonToolTipText=Spara markerad fil
FileChooser.openButtonToolTipText=\u00d6ppna markerad fil
FileChooser.updateButtonToolTipText=Uppdatera kataloglistan
FileChooser.helpButtonToolTipText=Hj\u00e4lp - Filv\u00e4ljare
FileChooser.directoryOpenButtonToolTipText=\u00d6ppnar den markerade katalogen
############ COLOR CHOOSER STRINGS #############
ColorChooser.previewText=Granska
ColorChooser.okText=OK
ColorChooser.cancelText=Avbryt
ColorChooser.resetText=\u00c5terst\u00e4ll
# VK_XXX constant for 'ColorChooser.resetText' button to make mnemonic
ColorChooser.resetMnemonic=84
ColorChooser.sampleText=Exempeltext Exempeltext
ColorChooser.swatchesNameText=Prov
ColorChooser.swatchesMnemonic=80
ColorChooser.swatchesDisplayedMnemonicIndex=0
ColorChooser.swatchesRecentText=Tidigare:
ColorChooser.hsbNameText=HSB
# Each of the ColorChooser types can define a mnemonic, as a KeyEvent.VK_XXX
# constant, and an index into the text to render the mnemonic as. The
# mnemonic is xxxMnemonic and the index of the character to underline is
# xxxDisplayedMnemonicIndex.
ColorChooser.hsbMnemonic=72
ColorChooser.hsbDisplayedMnemonicIndex=0
ColorChooser.hsbHueText=H
ColorChooser.hsbSaturationText=S
ColorChooser.hsbBrightnessText=B
ColorChooser.hsbRedText=R
ColorChooser.hsbGreenText=G
ColorChooser.hsbBlueText=B
ColorChooser.rgbNameText=RGB
ColorChooser.rgbMnemonic=71
ColorChooser.rgbDisplayedMnemonicIndex=1
ColorChooser.rgbRedText=R\u00f6d
ColorChooser.rgbRedMnemonic=82
ColorChooser.rgbGreenText=Gr\u00f6n
ColorChooser.rgbGreenMnemonic=71
ColorChooser.rgbBlueText=Bl\u00e5
ColorChooser.rgbBlueMnemonic=66
############ OPTION PANE STRINGS #############
# Mnemonic keys correspond to KeyEvent.VK_XXX constant
# We only define mnemonics for YES/NO, but for completeness you can
# define mnemonics for any of the buttons.
OptionPane.yesButtonText=Ja
OptionPane.yesButtonMnemonic=74
OptionPane.noButtonText=Nej
OptionPane.noButtonMnemonic=78
OptionPane.okButtonText=OK
OptionPane.okButtonMnemonic=0
OptionPane.cancelButtonText=Avbryt
OptionPane.cancelButtonMnemonic=0
OptionPane.titleText=V\u00e4lj ett alternativ
# Title for the dialog for the showInputDialog methods. Only used if
# the developer uses one of the variants that doesn't take a title.
OptionPane.inputDialogTitle=Indata
# Title for the dialog for the showMessageDialog methods. Only used if
# the developer uses one of the variants that doesn't take a title.
OptionPane.messageDialogTitle=Meddelande
############ Printing Dialog Strings ############
PrintingDialog.titleProgressText=Skriver ut
PrintingDialog.titleAbortingText=Skriver ut (avbryter)
PrintingDialog.contentInitialText=Utskrift p\u00e5g\u00e5r...
# The following string will be formatted by a MessageFormat
# and {0} will be replaced by page number being printed
PrintingDialog.contentProgressText=Utskriven sida {0}...
PrintingDialog.contentAbortingText=Utskriften avbryts...
PrintingDialog.abortButtonText=Avbryt
PrintingDialog.abortButtonMnemonic=65
PrintingDialog.abortButtonDisplayedMnemonicIndex=0
PrintingDialog.abortButtonToolTipText=Avbryt utskrift
############ Internal Frame Strings ############
InternalFrame.iconButtonToolTip=Minimera
InternalFrame.maxButtonToolTip=Maximera
InternalFrame.restoreButtonToolTip=\u00c5terst\u00e4ll
InternalFrame.closeButtonToolTip=St\u00e4ng
############ Internal Frame Title Pane Strings ############
InternalFrameTitlePane.restoreButtonText=\u00c5terst\u00e4ll
InternalFrameTitlePane.moveButtonText=Flytta
InternalFrameTitlePane.sizeButtonText=Storlek
InternalFrameTitlePane.minimizeButtonText=Minimera
InternalFrameTitlePane.maximizeButtonText=Maximera
InternalFrameTitlePane.closeButtonText=St\u00e4ng
############ Text strings #############
# Used for html forms
FormView.submitButtonText=Skicka fr\u00e5ga
FormView.resetButtonText=\u00c5terst\u00e4ll
FormView.browseFileButtonText=Bl\u00e4ddra...
############ Abstract Document Strings ############
AbstractDocument.styleChangeText=snittbyte
AbstractDocument.additionText=till\u00e4gg
AbstractDocument.deletionText=radering
AbstractDocument.undoText=\u00c5ngra
AbstractDocument.redoText=G\u00f6r om
############ Abstract Button Strings ############
AbstractButton.clickText=klicka
############ Abstract Undoable Edit Strings ############
AbstractUndoableEdit.undoText=\u00c5ngra
AbstractUndoableEdit.redoText=G\u00f6r om
############ Combo Box Strings ############
ComboBox.togglePopupText=v\u00e4xlaPopup
############ Progress Monitor Strings ############
ProgressMonitor.progressText=Status...
############ Split Pane Strings ############
SplitPane.leftButtonText=v\u00e4nster knapp
SplitPane.rightButtonText=h\u00f6ger knapp
# Used for Isindex
IsindexView.prompt=Detta \u00e4r ett s\u00f6kbart index. Ange nyckelord f\u00f6r s\u00f6kningen:
############ InternalFrameTitlePane Strings ############
InternalFrameTitlePane.iconifyButtonAccessibleName=Minimera
InternalFrameTitlePane.maximizeButtonAccessibleName=Maximera
InternalFrameTitlePane.closeButtonAccessibleName=St\u00e4ng