0N/A# Refer to the note in basic.properties for a description as to what
0N/A# the mnemonics correspond to and how to calculate them.
0N/A
0N/A
0N/A
0N/A# GTK specific properties
0N/A
0N/A# GTK color chooser properties:
5006N/AGTKColorChooserPanel.textAndMnemonic=&GTK Color Chooser
0N/A# mnemonic as a VK_ constant
0N/A
5006N/AGTKColorChooserPanel.hue.textAndMnemonic=&Hue:
5006N/A
5006N/AGTKColorChooserPanel.red.textAndMnemonic=R&ed:
0N/A
5006N/AGTKColorChooserPanel.saturation.textAndMnemonic=&Saturation:
0N/A
5006N/AGTKColorChooserPanel.green.textAndMnemonic=&Green:
0N/A
5006N/AGTKColorChooserPanel.value.textAndMnemonic=&Value:
0N/A
5006N/AGTKColorChooserPanel.blue.textAndMnemonic=&Blue:
0N/A
5006N/AGTKColorChooserPanel.color.textAndMnemonic=Color &Name:
0N/A
0N/A
0N/A
0N/A############ FILE CHOOSER STRINGS #############
0N/A
5006N/AFileChooser.acceptAllFileFilter.textAndMnemonic=All Files
5006N/AFileChooser.newFolderButton.textAndMnemonic=&New Folder
5006N/AFileChooser.newFolderDialog.textAndMnemonic=Folder name:
5006N/AFileChooser.newFolderNoDirectoryErrorTitle.textAndMnemonic=Error
5006N/AFileChooser.newFolderNoDirectoryError.textAndMnemonic=Error creating directory "{0}": No such file or directory
5006N/AFileChooser.deleteFileButton.textAndMnemonic=De&lete File
5006N/AFileChooser.renameFileButton.textAndMnemonic=&Rename File
5006N/AFileChooser.cancelButton.textAndMnemonic=&Cancel
5006N/AFileChooser.saveButton.textAndMnemonic=&OK
5006N/AFileChooser.openButton.textAndMnemonic=&OK
5006N/AFileChooser.saveDialogTitle.textAndMnemonic=Save
5006N/AFileChooser.openDialogTitle.textAndMnemonic=Open
5006N/AFileChooser.pathLabel.textAndMnemonic=&Selection:
5006N/AFileChooser.filterLabel.textAndMnemonic=Filter:
5006N/AFileChooser.foldersLabel.textAndMnemonic=Fol&ders
5006N/AFileChooser.filesLabel.textAndMnemonic=&Files
0N/A
5006N/AFileChooser.cancelButtonToolTip.textAndMnemonic=Abort file chooser dialog.
5006N/AFileChooser.saveButtonToolTip.textAndMnemonic=Save selected file.
5006N/AFileChooser.openButtonToolTip.textAndMnemonic=Open selected file.
0N/A
5006N/AFileChooser.renameFileDialog.textAndMnemonic=Rename file "{0}" to
5006N/AFileChooser.renameFileError.titleAndMnemonic=Error
5006N/AFileChooser.renameFileError.textAndMnemonic=Error renaming file "{0}" to "{1}"
0N/A