< prev index next >

src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_de.properties

Print this page
rev 1468 : 7034940: message drop 2 translation integration
Reviewed-by: yhuang
rev 1479 : 7034259: [all] incorrect mnemonic keys in JCP automatic update advanced settings dialog.
Reviewed-by: yhuang
rev 1480 : 6501385: ColorChooser demo - two elemets have same mnemonic in it locale, GTK L&F
Reviewed-by: yhuang
rev 1486 : 7093156: NLS Please change the mnemonic assignment system to avoid translation issue (Swing files)
Reviewed-by: rupashka, alexp
rev 1487 : 7175367: NLS: 7u6 message drop10 integration
Reviewed-by: yhuang
rev 1498 : 8019541: 7u40 l10n resource file translation update
Reviewed-by: robilad, naoto, yhuang
rev 1500 : 8027787: 7u51 l10n resource file translation update 1
Reviewed-by: yhuang
rev 1584 : 8080628: No mnemonics on Open and Save buttons in JFileChooser
Reviewed-by: serb, alexsch

*** 4,83 **** # GTK specific properties # GTK color chooser properties: ! GTKColorChooserPanel.nameText=GTK-Farbauswahl # mnemonic as a VK_ constant - GTKColorChooserPanel.mnemonic=71 - # Can also define GTKColorChooserPanel.dispalyedMnemonicIndex if you - # want an index other than would normally be underlined by - # GTKColorChooserPanel.mnemonic to be underlined. This is only useful - # if GTKColorChooserPanel.nameText defines the mnemonic character more - # than once and you want a character other than the first underlined. - - # Text and mnemonics for the spinner. You can also defined a different - # index for the mnemonic via xxxMnemonicIndex, for example - # GTKColorChooserPanel.hueMnemonicIndex=1 would indicate the second - # character of GTKColorChooserPanel.hueText should be underlined to - # represent the mnemonic. - GTKColorChooserPanel.hueText=Farbton: - GTKColorChooserPanel.hueMnemonic=72 - - GTKColorChooserPanel.redText=Rot: - GTKColorChooserPanel.redMnemonic=69 - - GTKColorChooserPanel.saturationText=S\u00E4ttigung: - GTKColorChooserPanel.saturationMnemonic=83 - - GTKColorChooserPanel.greenText=Gr\u00FCn: - GTKColorChooserPanel.greenMnemonic=71 ! GTKColorChooserPanel.valueText=Wert: ! GTKColorChooserPanel.valueMnemonic=86 ! GTKColorChooserPanel.blueText=Blau: ! GTKColorChooserPanel.blueMnemonic=66 ! GTKColorChooserPanel.colorNameText=Name der Farbe: ! GTKColorChooserPanel.colorNameMnemonic=78 ############ FILE CHOOSER STRINGS ############# ! FileChooser.acceptAllFileFilterText=Alle Dateien ! FileChooser.newFolderButtonText=Neuer Ordner ! FileChooser.newFolderButtonMnemonic=78 ! FileChooser.newFolderDialogText=Ordnername: ! FileChooser.newFolderNoDirectoryErrorTitleText=Fehler ! FileChooser.newFolderNoDirectoryErrorText=Fehler beim Erstellen von Verzeichnis "{0}": Datei oder Verzeichnis nicht vorhanden ! FileChooser.deleteFileButtonText=Datei l\u00F6schen ! FileChooser.deleteFileButtonMnemonic=76 ! FileChooser.renameFileButtonText=Datei umbenennen ! FileChooser.renameFileButtonMnemonic=82 ! FileChooser.cancelButtonText=Abbrechen ! FileChooser.cancelButtonMnemonic=67 ! FileChooser.saveButtonText=OK ! FileChooser.saveButtonMnemonic=79 ! FileChooser.openButtonText=OK ! FileChooser.openButtonMnemonic=79 ! FileChooser.saveDialogTitleText=Speichern ! FileChooser.openDialogTitleText=\u00D6ffnen ! FileChooser.pathLabelText=Auswahl: ! FileChooser.filterLabelText=Filter: ! FileChooser.pathLabelMnemonic=83 ! FileChooser.foldersLabelText=Ordner ! FileChooser.foldersLabelMnemonic=68 ! FileChooser.filesLabelText=Dateien ! FileChooser.filesLabelMnemonic=70 ! ! FileChooser.cancelButtonToolTipText=Dialogfeld f\u00FCr Dateiauswahl schlie\u00DFen. ! FileChooser.saveButtonToolTipText=Ausgew\u00E4hlte Datei speichern. ! FileChooser.openButtonToolTipText=Ausgew\u00E4hlte Datei \u00F6ffnen. ! ! FileChooser.renameFileDialogText=Datei "{0}" umbenennen in ! FileChooser.renameFileErrorTitle=Fehler ! FileChooser.renameFileErrorText=Fehler beim Umbenennen der Datei "{0}" in "{1}" - OptionPane.okButtonMnemonic=79 - OptionPane.cancelButtonMnemonic=67 --- 4,54 ---- # GTK specific properties # GTK color chooser properties: ! GTKColorChooserPanel.textAndMnemonic=&GTK-Farbauswahl # mnemonic as a VK_ constant ! GTKColorChooserPanel.hue.textAndMnemonic=&Farbton: ! GTKColorChooserPanel.red.textAndMnemonic=R&ot: ! GTKColorChooserPanel.saturation.textAndMnemonic=&S\u00E4ttigung: ! ! GTKColorChooserPanel.green.textAndMnemonic=&Gr\u00FCn: ! ! GTKColorChooserPanel.value.textAndMnemonic=&Wert: ! ! GTKColorChooserPanel.blue.textAndMnemonic=&Blau: ! ! GTKColorChooserPanel.color.textAndMnemonic=Farb&name: ############ FILE CHOOSER STRINGS ############# ! FileChooser.acceptAllFileFilter.textAndMnemonic=Alle Dateien ! FileChooser.newFolderButton.textAndMnemonic=&Neuer Ordner ! FileChooser.newFolderDialog.textAndMnemonic=Ordnername: ! FileChooser.newFolderNoDirectoryErrorTitle.textAndMnemonic=Fehler ! FileChooser.newFolderNoDirectoryError.textAndMnemonic=Fehler beim Erstellen von Verzeichnis "{0}": Datei oder Verzeichnis nicht vorhanden ! FileChooser.deleteFileButton.textAndMnemonic=Datei &l\u00F6schen ! FileChooser.renameFileButton.textAndMnemonic=Datei &umbenennen ! FileChooser.cancelButton.textAndMnemonic=Abbrechen ! FileChooser.saveButton.textAndMnemonic=OK ! FileChooser.openButton.textAndMnemonic=OK ! FileChooser.saveDialogTitle.textAndMnemonic=Speichern ! FileChooser.openDialogTitle.textAndMnemonic=\u00D6ffnen ! FileChooser.pathLabel.textAndMnemonic=Aus&wahl: ! FileChooser.filterLabel.textAndMnemonic=Filter: ! FileChooser.foldersLabel.textAndMnemonic=O&rdner ! FileChooser.filesLabel.textAndMnemonic=&Dateien ! ! FileChooser.cancelButtonToolTip.textAndMnemonic=Dialogfeld f\u00FCr Dateiauswahl schlie\u00DFen. ! FileChooser.saveButtonToolTip.textAndMnemonic=Ausgew\u00E4hlte Datei speichern. ! FileChooser.openButtonToolTip.textAndMnemonic=Ausgew\u00E4hlte Datei \u00F6ffnen. ! ! FileChooser.renameFileDialog.textAndMnemonic=Datei "{0}" umbenennen in ! FileChooser.renameFileError.titleAndMnemonic=Fehler ! FileChooser.renameFileError.textAndMnemonic=Fehler beim Umbenennen der Datei "{0}" in "{1}"
< prev index next >