< prev index next >

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

Print this page
rev 1479 : 7034259: [all] incorrect mnemonic keys in JCP automatic update advanced settings dialog.
Reviewed-by: yhuang
rev 1481 : 7040228: [zh_TW] extra (C) on cancel button on File Chooser dialog
Reviewed-by: yhuang
rev 1484 : 7045184: GTK L&F doesn't have hotkeys in jdk7 b141, while b139 has.
Reviewed-by: yhuang, ogino
rev 1486 : 7093156: NLS Please change the mnemonic assignment system to avoid translation issue (Swing files)
Reviewed-by: rupashka, alexp
rev 1584 : 8080628: No mnemonics on Open and Save buttons in JFileChooser
Reviewed-by: serb, alexsch

*** 4,81 **** # GTK specific properties # GTK color chooser properties: ! GTKColorChooserPanel.nameText=GTK Color Chooser # 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=Hue: - GTKColorChooserPanel.hueMnemonic=72 - - GTKColorChooserPanel.redText=Red: - GTKColorChooserPanel.redMnemonic=69 - - GTKColorChooserPanel.saturationText=Saturation: - GTKColorChooserPanel.saturationMnemonic=83 - - GTKColorChooserPanel.greenText=Green: - GTKColorChooserPanel.greenMnemonic=71 ! GTKColorChooserPanel.valueText=Value: ! GTKColorChooserPanel.valueMnemonic=86 ! GTKColorChooserPanel.blueText=Blue: ! GTKColorChooserPanel.blueMnemonic=66 ! GTKColorChooserPanel.colorNameText=Color Name: ! GTKColorChooserPanel.colorNameMnemonic=78 ############ FILE CHOOSER STRINGS ############# ! FileChooser.acceptAllFileFilterText=All Files ! FileChooser.newFolderButtonText=New Folder ! FileChooser.newFolderButtonMnemonic=78 ! FileChooser.newFolderDialogText=Folder name: ! FileChooser.deleteFileButtonText=Delete File ! FileChooser.deleteFileButtonMnemonic=76 ! FileChooser.renameFileButtonText=Rename File ! FileChooser.renameFileButtonMnemonic=82 ! FileChooser.cancelButtonText=Cancel ! FileChooser.cancelButtonMnemonic=67 ! FileChooser.saveButtonText=OK ! FileChooser.saveButtonMnemonic=79 ! FileChooser.openButtonText=OK ! FileChooser.openButtonMnemonic=79 ! FileChooser.saveDialogTitleText=Save ! FileChooser.openDialogTitleText=Open ! FileChooser.pathLabelText=Selection: ! FileChooser.filterLabelText=Filter: ! FileChooser.pathLabelMnemonic=83 ! FileChooser.foldersLabelText=Folders ! FileChooser.foldersLabelMnemonic=68 ! FileChooser.filesLabelText=Files ! FileChooser.filesLabelMnemonic=70 ! ! FileChooser.cancelButtonToolTipText=Abort file chooser dialog. ! FileChooser.saveButtonToolTipText=Save selected file. ! FileChooser.openButtonToolTipText=Open selected file. ! ! FileChooser.renameFileDialogText=Rename file "{0}" to ! FileChooser.renameFileErrorTitle=Error ! FileChooser.renameFileErrorText=Error renaming file "{0}" to "{1}" - OptionPane.okButtonMnemonic=79 - OptionPane.cancelButtonMnemonic=67 --- 4,54 ---- # GTK specific properties # GTK color chooser properties: ! GTKColorChooserPanel.textAndMnemonic=&GTK Color Chooser # mnemonic as a VK_ constant ! GTKColorChooserPanel.hue.textAndMnemonic=&Hue: ! GTKColorChooserPanel.red.textAndMnemonic=R&ed: ! GTKColorChooserPanel.saturation.textAndMnemonic=&Saturation: ! ! GTKColorChooserPanel.green.textAndMnemonic=&Green: ! ! GTKColorChooserPanel.value.textAndMnemonic=&Value: ! ! GTKColorChooserPanel.blue.textAndMnemonic=&Blue: ! ! GTKColorChooserPanel.color.textAndMnemonic=Color &Name: ############ FILE CHOOSER STRINGS ############# ! FileChooser.acceptAllFileFilter.textAndMnemonic=All Files ! FileChooser.newFolderButton.textAndMnemonic=&New Folder ! FileChooser.newFolderDialog.textAndMnemonic=Folder name: ! FileChooser.newFolderNoDirectoryErrorTitle.textAndMnemonic=Error ! FileChooser.newFolderNoDirectoryError.textAndMnemonic=Error creating directory "{0}": No such file or directory ! FileChooser.deleteFileButton.textAndMnemonic=De&lete File ! FileChooser.renameFileButton.textAndMnemonic=&Rename File ! FileChooser.cancelButton.textAndMnemonic=Cancel ! FileChooser.saveButton.textAndMnemonic=OK ! FileChooser.openButton.textAndMnemonic=OK ! FileChooser.saveDialogTitle.textAndMnemonic=Save ! FileChooser.openDialogTitle.textAndMnemonic=Open ! FileChooser.pathLabel.textAndMnemonic=&Selection: ! FileChooser.filterLabel.textAndMnemonic=Filter: ! FileChooser.foldersLabel.textAndMnemonic=Fol&ders ! FileChooser.filesLabel.textAndMnemonic=&Files ! ! FileChooser.cancelButtonToolTip.textAndMnemonic=Abort file chooser dialog. ! FileChooser.saveButtonToolTip.textAndMnemonic=Save selected file. ! FileChooser.openButtonToolTip.textAndMnemonic=Open selected file. ! ! FileChooser.renameFileDialog.textAndMnemonic=Rename file "{0}" to ! FileChooser.renameFileError.titleAndMnemonic=Error ! FileChooser.renameFileError.textAndMnemonic=Error renaming file "{0}" to "{1}"
< prev index next >