blob: 2b8561b812e83b7de7d18cd73ab5525ad77dce5b [file] [log] [blame]
J. Duke319a3b92007-12-01 00:00:00 +00001# This properties file is used to create a PropertyResourceBundle
2# It contains Locale specific strings used in Swing
3# Currently, the following components need this for support:
4#
5# ColorChooser
6# FileChooser
7# OptionPane
8#
9# When this file is read in, the strings are put into the
10# defaults table. This is an implementation detail of the current
11# workings of Swing. DO NOT DEPEND ON THIS.
12# This may change in future versions of Swing as we improve localization
13# support.
14#
15# MNEMONIC NOTE:
16# Many of strings in this file are used by widgets that have a
17# mnemonic, for example:
18# ColorChooser.rgbNameText=RGB
19# ColorChooser.rgbMnemonic=71
20# ColorChooser.rgbDisplayedMnemonicIndex=1
21# Indicates that the tab in the ColorChooser for RGB colors will have
22# the text 'RGB', further the mnemonic character will be 'g' and that
23# a decoration will be provided under the 'G'. This will typically
24# look like: RGB
25# -
26# 71 corresponds to the decimal value of the VK constant defined
27# in java/awt/KeyEvent.java. VK_G is defined as:
28#
29# public static final int VK_G = 0x47;
30#
31# 0x47 is a hex number and needs to be converted to decimal.
32# A simple way to calculate this for a-z is to add 64 to the index of
33# the letter in the alphabet. As 'a' is in the 1st letter the mnemonic
34# for 'a' is 65, 'b' is 66...
35#
36# The xxDisplayedMnemonicIndex is used to indicate the index of the
37# character that should be underlined in the String, with 0
38# corresponding to the first character in the String.
39#
40# One important thing to remember is that the mnemonic MUST exist in
41# the String, if it does not exist you should add text that makes it
42# exist. This will typically take the form 'XXXX (M)' where M is the
43# character for the mnemonic.
44#
45# @author Steve Wilson
46
47############ FILE CHOOSER STRINGS #############
48FileChooser.fileDescriptionText=Generisk fil
49FileChooser.directoryDescriptionText=Katalog
50FileChooser.newFolderErrorText=Fel d\u00e5 ny mapp skapades
51FileChooser.newFolderErrorSeparator= :
52FileChooser.newFolderParentDoesntExistTitleText=Unable to create folder
53FileChooser.newFolderParentDoesntExistText=Unable to create the folder.\n\nThe system cannot find the path specified.
54FileChooser.renameErrorTitleText=Error Renaming File or Folder
55FileChooser.renameErrorText=Cannot rename {0}
56FileChooser.renameErrorFileExistsText=Cannot rename {0}: A file with the name you specified already exists. \
57 Specify a different file name.
58FileChooser.acceptAllFileFilterText=Alla filer
59FileChooser.cancelButtonText=Avbryt
60FileChooser.cancelButtonMnemonic=65
61FileChooser.saveButtonText=Spara
62FileChooser.saveButtonMnemonic=83
63FileChooser.openButtonText=\u00d6ppna
64FileChooser.openButtonMnemonic=78
65FileChooser.saveDialogTitleText=Spara
66FileChooser.openDialogTitleText=\u00d6ppna
67FileChooser.updateButtonText=Uppdatera
68FileChooser.updateButtonMnemonic=85
69FileChooser.helpButtonText=Hj\u00e4lp
70FileChooser.helpButtonMnemonic=72
71FileChooser.directoryOpenButtonText=\u00d6ppna
72FileChooser.directoryOpenButtonMnemonic=80
73
74# File Size Units
75FileChooser.fileSizeKiloBytes={0} KB
76FileChooser.fileSizeMegaBytes={0} MB
77FileChooser.fileSizeGigaBytes={0} GB
78
79# These strings are platform dependent not look and feel dependent.
80FileChooser.win32.newFolder=Ny mapp
81FileChooser.win32.newFolder.subsequent=Ny mapp ({0})
82FileChooser.other.newFolder=Ny mapp
83FileChooser.other.newFolder.subsequent=Ny mapp.{0}
84
85
86## file chooser tooltips ###
87FileChooser.cancelButtonToolTipText=Avbryt filvalsdialogruta
88FileChooser.saveButtonToolTipText=Spara markerad fil
89FileChooser.openButtonToolTipText=\u00d6ppna markerad fil
90FileChooser.updateButtonToolTipText=Uppdatera kataloglistan
91FileChooser.helpButtonToolTipText=Hj\u00e4lp - Filv\u00e4ljare
92FileChooser.directoryOpenButtonToolTipText=\u00d6ppnar den markerade katalogen
93
94############ COLOR CHOOSER STRINGS #############
95ColorChooser.previewText=Granska
96ColorChooser.okText=OK
97ColorChooser.cancelText=Avbryt
98ColorChooser.resetText=\u00c5terst\u00e4ll
99# VK_XXX constant for 'ColorChooser.resetText' button to make mnemonic
100ColorChooser.resetMnemonic=84
101ColorChooser.sampleText=Exempeltext Exempeltext
102ColorChooser.swatchesNameText=Prov
103ColorChooser.swatchesMnemonic=80
104ColorChooser.swatchesDisplayedMnemonicIndex=0
105ColorChooser.swatchesRecentText=Tidigare:
106ColorChooser.hsbNameText=HSB
107# Each of the ColorChooser types can define a mnemonic, as a KeyEvent.VK_XXX
108# constant, and an index into the text to render the mnemonic as. The
109# mnemonic is xxxMnemonic and the index of the character to underline is
110# xxxDisplayedMnemonicIndex.
111ColorChooser.hsbMnemonic=72
112ColorChooser.hsbDisplayedMnemonicIndex=0
113ColorChooser.hsbHueText=H
114ColorChooser.hsbSaturationText=S
115ColorChooser.hsbBrightnessText=B
116ColorChooser.hsbRedText=R
117ColorChooser.hsbGreenText=G
118ColorChooser.hsbBlueText=B
119ColorChooser.rgbNameText=RGB
120ColorChooser.rgbMnemonic=71
121ColorChooser.rgbDisplayedMnemonicIndex=1
122ColorChooser.rgbRedText=R\u00f6d
123ColorChooser.rgbRedMnemonic=82
124ColorChooser.rgbGreenText=Gr\u00f6n
125ColorChooser.rgbGreenMnemonic=71
126ColorChooser.rgbBlueText=Bl\u00e5
127ColorChooser.rgbBlueMnemonic=66
128
129############ OPTION PANE STRINGS #############
130# Mnemonic keys correspond to KeyEvent.VK_XXX constant
131# We only define mnemonics for YES/NO, but for completeness you can
132# define mnemonics for any of the buttons.
133OptionPane.yesButtonText=Ja
134OptionPane.yesButtonMnemonic=74
135OptionPane.noButtonText=Nej
136OptionPane.noButtonMnemonic=78
137OptionPane.okButtonText=OK
138OptionPane.okButtonMnemonic=0
139OptionPane.cancelButtonText=Avbryt
140OptionPane.cancelButtonMnemonic=0
141OptionPane.titleText=V\u00e4lj ett alternativ
142# Title for the dialog for the showInputDialog methods. Only used if
143# the developer uses one of the variants that doesn't take a title.
144OptionPane.inputDialogTitle=Indata
145# Title for the dialog for the showMessageDialog methods. Only used if
146# the developer uses one of the variants that doesn't take a title.
147OptionPane.messageDialogTitle=Meddelande
148
149############ Printing Dialog Strings ############
150PrintingDialog.titleProgressText=Skriver ut
151PrintingDialog.titleAbortingText=Skriver ut (avbryter)
152
153PrintingDialog.contentInitialText=Utskrift p\u00e5g\u00e5r...
154
155# The following string will be formatted by a MessageFormat
156# and {0} will be replaced by page number being printed
157PrintingDialog.contentProgressText=Utskriven sida {0}...
158
159PrintingDialog.contentAbortingText=Utskriften avbryts...
160
161PrintingDialog.abortButtonText=Avbryt
162PrintingDialog.abortButtonMnemonic=65
163PrintingDialog.abortButtonDisplayedMnemonicIndex=0
164PrintingDialog.abortButtonToolTipText=Avbryt utskrift
165
166############ Internal Frame Strings ############
167InternalFrame.iconButtonToolTip=Minimera
168InternalFrame.maxButtonToolTip=Maximera
169InternalFrame.restoreButtonToolTip=\u00c5terst\u00e4ll
170InternalFrame.closeButtonToolTip=St\u00e4ng
171
172############ Internal Frame Title Pane Strings ############
173InternalFrameTitlePane.restoreButtonText=\u00c5terst\u00e4ll
174InternalFrameTitlePane.moveButtonText=Flytta
175InternalFrameTitlePane.sizeButtonText=Storlek
176InternalFrameTitlePane.minimizeButtonText=Minimera
177InternalFrameTitlePane.maximizeButtonText=Maximera
178InternalFrameTitlePane.closeButtonText=St\u00e4ng
179
180############ Text strings #############
181# Used for html forms
182FormView.submitButtonText=Skicka fr\u00e5ga
183FormView.resetButtonText=\u00c5terst\u00e4ll
184FormView.browseFileButtonText=Bl\u00e4ddra...
185
186############ Abstract Document Strings ############
187AbstractDocument.styleChangeText=snittbyte
188AbstractDocument.additionText=till\u00e4gg
189AbstractDocument.deletionText=radering
190AbstractDocument.undoText=\u00c5ngra
191AbstractDocument.redoText=G\u00f6r om
192
193############ Abstract Button Strings ############
194AbstractButton.clickText=klicka
195
196############ Abstract Undoable Edit Strings ############
197AbstractUndoableEdit.undoText=\u00c5ngra
198AbstractUndoableEdit.redoText=G\u00f6r om
199
200############ Combo Box Strings ############
201ComboBox.togglePopupText=v\u00e4xlaPopup
202
203############ Progress Monitor Strings ############
204ProgressMonitor.progressText=Status...
205
206############ Split Pane Strings ############
207SplitPane.leftButtonText=v\u00e4nster knapp
208SplitPane.rightButtonText=h\u00f6ger knapp
209# Used for Isindex
210IsindexView.prompt=Detta \u00e4r ett s\u00f6kbart index. Ange nyckelord f\u00f6r s\u00f6kningen:
211
212############ InternalFrameTitlePane Strings ############
213InternalFrameTitlePane.iconifyButtonAccessibleName=Minimera
214InternalFrameTitlePane.maximizeButtonAccessibleName=Maximera
215InternalFrameTitlePane.closeButtonAccessibleName=St\u00e4ng