8010782: clean up source files containing carriage return characters
Reviewed-by: alexsch, art
This commit is contained in:
parent
a854dc1181
commit
512135758b
@ -1,54 +1,54 @@
|
|||||||
# Refer to the note in basic.properties for a description as to what
|
# Refer to the note in basic.properties for a description as to what
|
||||||
# the mnemonics correspond to and how to calculate them.
|
# the mnemonics correspond to and how to calculate them.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# GTK specific properties
|
# GTK specific properties
|
||||||
|
|
||||||
# GTK color chooser properties:
|
# GTK color chooser properties:
|
||||||
GTKColorChooserPanel.textAndMnemonic=>K Color Chooser
|
GTKColorChooserPanel.textAndMnemonic=>K Color Chooser
|
||||||
# mnemonic as a VK_ constant
|
# mnemonic as a VK_ constant
|
||||||
|
|
||||||
GTKColorChooserPanel.hue.textAndMnemonic=&Hue:
|
GTKColorChooserPanel.hue.textAndMnemonic=&Hue:
|
||||||
|
|
||||||
GTKColorChooserPanel.red.textAndMnemonic=R&ed:
|
GTKColorChooserPanel.red.textAndMnemonic=R&ed:
|
||||||
|
|
||||||
GTKColorChooserPanel.saturation.textAndMnemonic=&Saturation:
|
GTKColorChooserPanel.saturation.textAndMnemonic=&Saturation:
|
||||||
|
|
||||||
GTKColorChooserPanel.green.textAndMnemonic=&Green:
|
GTKColorChooserPanel.green.textAndMnemonic=&Green:
|
||||||
|
|
||||||
GTKColorChooserPanel.value.textAndMnemonic=&Value:
|
GTKColorChooserPanel.value.textAndMnemonic=&Value:
|
||||||
|
|
||||||
GTKColorChooserPanel.blue.textAndMnemonic=&Blue:
|
GTKColorChooserPanel.blue.textAndMnemonic=&Blue:
|
||||||
|
|
||||||
GTKColorChooserPanel.color.textAndMnemonic=Color &Name:
|
GTKColorChooserPanel.color.textAndMnemonic=Color &Name:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
############ FILE CHOOSER STRINGS #############
|
############ FILE CHOOSER STRINGS #############
|
||||||
|
|
||||||
FileChooser.acceptAllFileFilter.textAndMnemonic=All Files
|
FileChooser.acceptAllFileFilter.textAndMnemonic=All Files
|
||||||
FileChooser.newFolderButton.textAndMnemonic=&New Folder
|
FileChooser.newFolderButton.textAndMnemonic=&New Folder
|
||||||
FileChooser.newFolderDialog.textAndMnemonic=Folder name:
|
FileChooser.newFolderDialog.textAndMnemonic=Folder name:
|
||||||
FileChooser.newFolderNoDirectoryErrorTitle.textAndMnemonic=Error
|
FileChooser.newFolderNoDirectoryErrorTitle.textAndMnemonic=Error
|
||||||
FileChooser.newFolderNoDirectoryError.textAndMnemonic=Error creating directory "{0}": No such file or directory
|
FileChooser.newFolderNoDirectoryError.textAndMnemonic=Error creating directory "{0}": No such file or directory
|
||||||
FileChooser.deleteFileButton.textAndMnemonic=De&lete File
|
FileChooser.deleteFileButton.textAndMnemonic=De&lete File
|
||||||
FileChooser.renameFileButton.textAndMnemonic=&Rename File
|
FileChooser.renameFileButton.textAndMnemonic=&Rename File
|
||||||
FileChooser.cancelButton.textAndMnemonic=&Cancel
|
FileChooser.cancelButton.textAndMnemonic=&Cancel
|
||||||
FileChooser.saveButton.textAndMnemonic=&OK
|
FileChooser.saveButton.textAndMnemonic=&OK
|
||||||
FileChooser.openButton.textAndMnemonic=&OK
|
FileChooser.openButton.textAndMnemonic=&OK
|
||||||
FileChooser.saveDialogTitle.textAndMnemonic=Save
|
FileChooser.saveDialogTitle.textAndMnemonic=Save
|
||||||
FileChooser.openDialogTitle.textAndMnemonic=Open
|
FileChooser.openDialogTitle.textAndMnemonic=Open
|
||||||
FileChooser.pathLabel.textAndMnemonic=&Selection:
|
FileChooser.pathLabel.textAndMnemonic=&Selection:
|
||||||
FileChooser.filterLabel.textAndMnemonic=Filter:
|
FileChooser.filterLabel.textAndMnemonic=Filter:
|
||||||
FileChooser.foldersLabel.textAndMnemonic=Fol&ders
|
FileChooser.foldersLabel.textAndMnemonic=Fol&ders
|
||||||
FileChooser.filesLabel.textAndMnemonic=&Files
|
FileChooser.filesLabel.textAndMnemonic=&Files
|
||||||
|
|
||||||
FileChooser.cancelButtonToolTip.textAndMnemonic=Abort file chooser dialog.
|
FileChooser.cancelButtonToolTip.textAndMnemonic=Abort file chooser dialog.
|
||||||
FileChooser.saveButtonToolTip.textAndMnemonic=Save selected file.
|
FileChooser.saveButtonToolTip.textAndMnemonic=Save selected file.
|
||||||
FileChooser.openButtonToolTip.textAndMnemonic=Open selected file.
|
FileChooser.openButtonToolTip.textAndMnemonic=Open selected file.
|
||||||
|
|
||||||
FileChooser.renameFileDialog.textAndMnemonic=Rename file "{0}" to
|
FileChooser.renameFileDialog.textAndMnemonic=Rename file "{0}" to
|
||||||
FileChooser.renameFileError.titleAndMnemonic=Error
|
FileChooser.renameFileError.titleAndMnemonic=Error
|
||||||
FileChooser.renameFileError.textAndMnemonic=Error renaming file "{0}" to "{1}"
|
FileChooser.renameFileError.textAndMnemonic=Error renaming file "{0}" to "{1}"
|
||||||
|
|
||||||
|
@ -1,45 +1,45 @@
|
|||||||
# This properties file is used to create a PropertyResourceBundle
|
# This properties file is used to create a PropertyResourceBundle
|
||||||
# It contains Locale specific strings used be the Synth Look and Feel.
|
# It contains Locale specific strings used be the Synth Look and Feel.
|
||||||
# Currently, the following components need this for support:
|
# Currently, the following components need this for support:
|
||||||
#
|
#
|
||||||
# FileChooser
|
# FileChooser
|
||||||
#
|
#
|
||||||
# When this file is read in, the strings are put into the
|
# When this file is read in, the strings are put into the
|
||||||
# defaults table. This is an implementation detail of the current
|
# defaults table. This is an implementation detail of the current
|
||||||
# workings of Swing. DO NOT DEPEND ON THIS.
|
# workings of Swing. DO NOT DEPEND ON THIS.
|
||||||
# This may change in future versions of Swing as we improve localization
|
# This may change in future versions of Swing as we improve localization
|
||||||
# support.
|
# support.
|
||||||
#
|
#
|
||||||
# Refer to the note in basic.properties for a description as to what
|
# Refer to the note in basic.properties for a description as to what
|
||||||
# the mnemonics correspond to and how to calculate them.
|
# the mnemonics correspond to and how to calculate them.
|
||||||
#
|
#
|
||||||
# @author Steve Wilson
|
# @author Steve Wilson
|
||||||
|
|
||||||
|
|
||||||
############ FILE CHOOSER STRINGS #############
|
############ FILE CHOOSER STRINGS #############
|
||||||
|
|
||||||
FileChooser.lookInLabel.textAndMnemonic=Look &In:
|
FileChooser.lookInLabel.textAndMnemonic=Look &In:
|
||||||
FileChooser.saveInLabel.textAndMnemonic=Save In:
|
FileChooser.saveInLabel.textAndMnemonic=Save In:
|
||||||
FileChooser.fileNameLabel.textAndMnemonic=File &Name:
|
FileChooser.fileNameLabel.textAndMnemonic=File &Name:
|
||||||
FileChooser.folderNameLabel.textAndMnemonic=Folder &Name:
|
FileChooser.folderNameLabel.textAndMnemonic=Folder &Name:
|
||||||
FileChooser.filesOfTypeLabel.textAndMnemonic=Files of &Type:
|
FileChooser.filesOfTypeLabel.textAndMnemonic=Files of &Type:
|
||||||
FileChooser.upFolderToolTip.textAndMnemonic=Up One Level
|
FileChooser.upFolderToolTip.textAndMnemonic=Up One Level
|
||||||
FileChooser.upFolderAccessibleName=Up
|
FileChooser.upFolderAccessibleName=Up
|
||||||
FileChooser.homeFolderToolTip.textAndMnemonic=Home
|
FileChooser.homeFolderToolTip.textAndMnemonic=Home
|
||||||
FileChooser.homeFolderAccessibleName=Home
|
FileChooser.homeFolderAccessibleName=Home
|
||||||
FileChooser.newFolderToolTip.textAndMnemonic=Create New Folder
|
FileChooser.newFolderToolTip.textAndMnemonic=Create New Folder
|
||||||
FileChooser.newFolderAccessibleName=New Folder
|
FileChooser.newFolderAccessibleName=New Folder
|
||||||
FileChooser.newFolderActionLabel.textAndMnemonic=New Folder
|
FileChooser.newFolderActionLabel.textAndMnemonic=New Folder
|
||||||
FileChooser.listViewButtonToolTip.textAndMnemonic=List
|
FileChooser.listViewButtonToolTip.textAndMnemonic=List
|
||||||
FileChooser.listViewButtonAccessibleName=List
|
FileChooser.listViewButtonAccessibleName=List
|
||||||
FileChooser.listViewActionLabel.textAndMnemonic=List
|
FileChooser.listViewActionLabel.textAndMnemonic=List
|
||||||
FileChooser.detailsViewButtonToolTip.textAndMnemonic=Details
|
FileChooser.detailsViewButtonToolTip.textAndMnemonic=Details
|
||||||
FileChooser.detailsViewButtonAccessibleName=Details
|
FileChooser.detailsViewButtonAccessibleName=Details
|
||||||
FileChooser.detailsViewActionLabel.textAndMnemonic=Details
|
FileChooser.detailsViewActionLabel.textAndMnemonic=Details
|
||||||
FileChooser.refreshActionLabel.textAndMnemonic=Refresh
|
FileChooser.refreshActionLabel.textAndMnemonic=Refresh
|
||||||
FileChooser.viewMenuLabel.textAndMnemonic=View
|
FileChooser.viewMenuLabel.textAndMnemonic=View
|
||||||
FileChooser.fileNameHeader.textAndMnemonic=Name
|
FileChooser.fileNameHeader.textAndMnemonic=Name
|
||||||
FileChooser.fileSizeHeader.textAndMnemonic=Size
|
FileChooser.fileSizeHeader.textAndMnemonic=Size
|
||||||
FileChooser.fileTypeHeader.textAndMnemonic=Type
|
FileChooser.fileTypeHeader.textAndMnemonic=Type
|
||||||
FileChooser.fileDateHeader.textAndMnemonic=Modified
|
FileChooser.fileDateHeader.textAndMnemonic=Modified
|
||||||
FileChooser.fileAttrHeader.textAndMnemonic=Attributes
|
FileChooser.fileAttrHeader.textAndMnemonic=Attributes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user