blob: 9b15608c2bec6758be16ff8bb7dee6507cfeb3a4 [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-Farbauswahl
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=Farbton:
24GTKColorChooserPanel.hueMnemonic=70
25
26GTKColorChooserPanel.redText=Rot:
27GTKColorChooserPanel.redMnemonic=82
28
29GTKColorChooserPanel.saturationText=S\u00e4ttigung:
30GTKColorChooserPanel.saturationMnemonic=83
31
32GTKColorChooserPanel.greenText=Gr\u00fcn:
33GTKColorChooserPanel.greenMnemonic=71
34
35GTKColorChooserPanel.valueText=Wert:
36GTKColorChooserPanel.valueMnemonic=87
37
38GTKColorChooserPanel.blueText=Blau:
39GTKColorChooserPanel.blueMnemonic=66
40
41GTKColorChooserPanel.colorNameText=Name der Farbe:
42GTKColorChooserPanel.colorNameMnemonic=78
43
44
45
46############ FILE CHOOSER STRINGS #############
47
48FileChooser.acceptAllFileFilterText=Alle Dateien
49FileChooser.newFolderButtonText=Neuer Ordner
50FileChooser.newFolderButtonMnemonic=78
51FileChooser.newFolderDialogText=Ordnername:
52FileChooser.newFolderNoDirectoryErrorTitleText=Error
53FileChooser.newFolderNoDirectoryErrorText=Error creating directory "{0}": No such file or directory
54FileChooser.deleteFileButtonText=Datei l\u00f6schen
55FileChooser.deleteFileButtonMnemonic=76
56FileChooser.renameFileButtonText=Datei umbenennen
57FileChooser.renameFileButtonMnemonic=87
58FileChooser.cancelButtonText=Abbrechen
59FileChooser.cancelButtonMnemonic=83
60FileChooser.saveButtonText=Speichern
61FileChooser.saveButtonMnemonic=69
62FileChooser.openButtonText=OK
63FileChooser.openButtonMnemonic=79
64FileChooser.saveDialogTitleText=Speichern
65FileChooser.openDialogTitleText=\u00d6ffnen
66FileChooser.pathLabelText=Auswahl:
67FileChooser.filterLabelText=Filter:
68FileChooser.pathLabelMnemonic=83
69FileChooser.foldersLabelText=Ordner
70FileChooser.foldersLabelMnemonic=82
71FileChooser.filesLabelText=Dateien
72FileChooser.filesLabelMnemonic=70
73
74FileChooser.cancelButtonToolTipText=Farbauswahl abbrechen
75FileChooser.saveButtonToolTipText=Ausgew\u00e4hlte Datei speichern
76FileChooser.openButtonToolTipText=Ausgew\u00e4hlte Datei \u00f6ffnen
77
78FileChooser.renameFileDialogText=Datei "{0}" umbenennen in
79FileChooser.renameFileErrorTitle=Fehler
80FileChooser.renameFileErrorText=Fehler beim Umbenennen der Datei "{0}" in "{1}"
81
82OptionPane.okButtonMnemonic=79
83OptionPane.cancelButtonMnemonic=83