blob: 672be19209190d49c3af572027674cccc4d3a459 [file] [log] [blame]
J. Duke319a3b92007-12-01 00:00:00 +00001# Refer to the note in basic.properties for a description as to what
2# the mnemonics correspond to and how to calculate them.
3
4
5
6# GTK specific properties
7
8# GTK color chooser properties:
9GTKColorChooserPanel.nameText=GTK F\u00e4rgv\u00e4ljaren
10# mnemonic as a VK_ constant
11GTKColorChooserPanel.mnemonic=71
12# Can also define GTKColorChooserPanel.dispalyedMnemonicIndex if you
13# want an index other than would normally be underlined by
14# GTKColorChooserPanel.mnemonic to be underlined. This is only useful
15# if GTKColorChooserPanel.nameText defines the mnemonic character more
16# than once and you want a character other than the first underlined.
17
18# Text and mnemonics for the spinner. You can also defined a different
19# index for the mnemonic via xxxMnemonicIndex, for example
20# GTKColorChooserPanel.hueMnemonicIndex=1 would indicate the second
21# character of GTKColorChooserPanel.hueText should be underlined to
22# represent the mnemonic.
23GTKColorChooserPanel.hueText=Nyans:
24GTKColorChooserPanel.hueMnemonic=78
25
26GTKColorChooserPanel.redText=R\u00f6d:
27GTKColorChooserPanel.redMnemonic=82
28
29GTKColorChooserPanel.saturationText=M\u00e4ttnad:
30GTKColorChooserPanel.saturationMnemonic=77
31
32GTKColorChooserPanel.greenText=Gr\u00f6n:
33GTKColorChooserPanel.greenMnemonic=71
34
35GTKColorChooserPanel.valueText=V\u00e4rde:
36GTKColorChooserPanel.valueMnemonic=86
37
38GTKColorChooserPanel.blueText=Bl\u00e5:
39GTKColorChooserPanel.blueMnemonic=66
40
41GTKColorChooserPanel.colorNameText=F\u00e4rgnamn:
42GTKColorChooserPanel.colorNameMnemonic=70
43
44
45
46############ FILE CHOOSER STRINGS #############
47
48FileChooser.acceptAllFileFilterText=Alla filer
49FileChooser.newFolderButtonText=Ny mapp
50FileChooser.newFolderButtonMnemonic=70
51FileChooser.newFolderDialogText=Mapp:
52FileChooser.newFolderNoDirectoryErrorTitleText=Error
53FileChooser.newFolderNoDirectoryErrorText=Error creating directory "{0}": No such file or directory
54FileChooser.deleteFileButtonText=Ta bort fil
55FileChooser.deleteFileButtonMnemonic=76
56FileChooser.renameFileButtonText=Byt namn p\u00e5 fil
57FileChooser.renameFileButtonMnemonic=84
58FileChooser.cancelButtonText=Avbryt
59FileChooser.cancelButtonMnemonic=83
60FileChooser.saveButtonText=Spara
61FileChooser.saveButtonMnemonic=80
62FileChooser.openButtonText=OK
63FileChooser.openButtonMnemonic=79
64FileChooser.saveDialogTitleText=Spara
65FileChooser.openDialogTitleText=\u00d6ppna
66FileChooser.pathLabelText=Markeringen:
67FileChooser.filterLabelText=Filter:
68FileChooser.pathLabelMnemonic=77
69FileChooser.foldersLabelText=Mappar
70FileChooser.foldersLabelMnemonic=82
71FileChooser.filesLabelText=Filer
72FileChooser.filesLabelMnemonic=70
73
74FileChooser.cancelButtonToolTipText=St\u00e4ng dialogrutan f\u00f6r filval.
75FileChooser.saveButtonToolTipText=Spara den markerade filen.
76FileChooser.openButtonToolTipText=\u00d6ppna den markerade filen.
77
78FileChooser.renameFileDialogText=Byt namn p\u00e5 fil "{0}" till
79FileChooser.renameFileErrorTitle=Fel
80FileChooser.renameFileErrorText=Det gick inte att byta namn p\u00e5 fil "{0}" till "{1}"
81
82OptionPane.okButtonMnemonic=79
83OptionPane.cancelButtonMnemonic=83