< prev index next >

src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal_de.properties

Print this page
rev 1468 : 7034940: message drop 2 translation integration
Reviewed-by: yhuang
rev 1482 : 6675400: "Details" in English has to be "Details" in German
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 1488 : 7174970: NLS [ccjk] Extra mnemonic keys at standard filechooserdialog (open and save) in metal L&F
Reviewed-by: alexsch
rev 1495 : 7024118: possible hardcoded mnemonic for JFileChooser metal and motif l&f
Reviewed-by: rupashka
rev 1497 : 8008764: 7uX l10n resource file translation update
Reviewed-by: naoto
rev 1584 : 8080628: No mnemonics on Open and Save buttons in JFileChooser
Reviewed-by: serb, alexsch

*** 16,56 **** # @author Steve Wilson ############ FILE CHOOSER STRINGS ############# ! FileChooser.lookInLabelText=Suchen in: ! FileChooser.saveInLabelText=Speichern in: ! FileChooser.fileNameLabelText=Dateiname: ! FileChooser.folderNameLabelText=Ordnername: ! FileChooser.filesOfTypeLabelText=Dateityp: ! FileChooser.upFolderToolTipText=Eine Ebene h\u00F6her FileChooser.upFolderAccessibleName=Nach oben ! FileChooser.homeFolderToolTipText=Home FileChooser.homeFolderAccessibleName=Home ! FileChooser.newFolderToolTipText=Neuen Ordner erstellen FileChooser.newFolderAccessibleName=Neuer Ordner ! FileChooser.newFolderActionLabelText=Neuer Ordner ! FileChooser.listViewButtonToolTipText=Liste FileChooser.listViewButtonAccessibleName=Liste ! FileChooser.listViewActionLabelText=Liste ! FileChooser.detailsViewButtonToolTipText=Einzelheiten ! FileChooser.detailsViewButtonAccessibleName=Einzelheiten ! FileChooser.detailsViewActionLabelText=Einzelheiten ! FileChooser.refreshActionLabelText=Aktualisieren ! FileChooser.viewMenuLabelText=Ansicht ! FileChooser.fileNameHeaderText=Name ! FileChooser.fileSizeHeaderText=Gr\u00F6\u00DFe ! FileChooser.fileTypeHeaderText=Typ ! FileChooser.fileDateHeaderText=Ge\u00E4ndert ! FileChooser.fileAttrHeaderText=Attribute ############ Used by MetalTitlePane if rendering window decorations############ ! # All mnemonics are KeyEvent.VK_XXX as integers ! MetalTitlePane.restoreTitle=Wiederherstellen ! MetalTitlePane.restoreMnemonic=82 ! MetalTitlePane.iconifyTitle=Minimieren ! MetalTitlePane.iconifyMnemonic=69 ! MetalTitlePane.maximizeTitle=Maximieren ! MetalTitlePane.maximizeMnemonic=88 ! MetalTitlePane.closeTitle=Schlie\u00DFen ! MetalTitlePane.closeMnemonic=67 --- 16,51 ---- # @author Steve Wilson ############ FILE CHOOSER STRINGS ############# ! FileChooser.lookInLabel.textAndMnemonic=Suchen &in: ! FileChooser.saveInLabel.textAndMnemonic=Speichern in: ! FileChooser.fileNameLabel.textAndMnemonic=&Dateiname: ! FileChooser.folderNameLabel.textAndMnemonic=Ordner&name: ! FileChooser.filesOfTypeLabel.textAndMnemonic=Datei&typ: ! FileChooser.upFolderToolTip.textAndMnemonic=Eine Ebene h\u00F6her FileChooser.upFolderAccessibleName=Nach oben ! FileChooser.homeFolderToolTip.textAndMnemonic=Home FileChooser.homeFolderAccessibleName=Home ! FileChooser.newFolderToolTip.textAndMnemonic=Neuen Ordner erstellen FileChooser.newFolderAccessibleName=Neuer Ordner ! FileChooser.newFolderActionLabel.textAndMnemonic=Neuer Ordner ! FileChooser.listViewButtonToolTip.textAndMnemonic=Liste FileChooser.listViewButtonAccessibleName=Liste ! FileChooser.listViewActionLabel.textAndMnemonic=Liste ! FileChooser.detailsViewButtonToolTip.textAndMnemonic=Details ! FileChooser.detailsViewButtonAccessibleName=Details ! FileChooser.detailsViewActionLabel.textAndMnemonic=Details ! FileChooser.refreshActionLabel.textAndMnemonic=Aktualisieren ! FileChooser.viewMenuLabel.textAndMnemonic=Ansicht ! FileChooser.fileNameHeader.textAndMnemonic=Name ! FileChooser.fileSizeHeader.textAndMnemonic=Gr\u00F6\u00DFe ! FileChooser.fileTypeHeader.textAndMnemonic=Typ ! FileChooser.fileDateHeader.textAndMnemonic=Ge\u00E4ndert ! FileChooser.fileAttrHeader.textAndMnemonic=Attribute ############ Used by MetalTitlePane if rendering window decorations############ ! MetalTitlePane.restore.titleAndMnemonic=&Wiederherstellen ! MetalTitlePane.iconify.titleAndMnemonic=Minimie&ren ! MetalTitlePane.maximize.titleAndMnemonic=Ma&ximieren ! MetalTitlePane.close.titleAndMnemonic=&Schlie\u00DFen
< prev index next >