Changeset 21628 in osm
- Timestamp:
- 2010-06-09T20:42:51+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/i18n/specialmessages.java
r21627 r21628 19 19 /* relation type */ tr("route"); 20 20 21 /* Strings in JFileChooser */ tr("All Files"); 22 /* Strings in JFileChooser */ tr("Attributes"); 23 /* Strings in JFileChooser */ tr("Abort file chooser dialog."); 24 /* Strings in JFileChooser */ tr("Cancel"); 25 /* Strings in JFileChooser */ tr("Create New Folder"); 26 /* Strings in JFileChooser */ tr("Delete File"); 21 27 /* Strings in JFileChooser */ tr("Details"); 22 /* Strings in JFileChooser */ tr("Attributes"); 23 /* Strings in JFileChooser */ tr("Modified"); 24 /* Strings in JFileChooser */ tr("Name"); 28 /* Strings in JFileChooser */ tr("Enter file name:"); 29 /* Strings in JFileChooser */ tr("Enter path or folder name:"); 30 /* Strings in JFileChooser */ tr("Error "); 31 /* Strings in JFileChooser */ tr("Error renaming file \"{0}\" to \"{1}\"", "file1", "file2"); 25 32 /* Strings in JFileChooser */ tr("File name:"); 26 33 /* Strings in JFileChooser */ tr("File Name:"); 27 /* Strings in JFileChooser */ tr(" Size");28 /* Strings in JFileChooser */ tr(" Type");34 /* Strings in JFileChooser */ tr("FileChooser help."); 35 /* Strings in JFileChooser */ tr("Files"); 29 36 /* Strings in JFileChooser */ tr("Files of type:"); 30 37 /* Strings in JFileChooser */ tr("Files of Type:"); 38 /* Strings in JFileChooser */ tr("Filter"); 39 /* Strings in JFileChooser */ tr("Filter:"); 40 /* Strings in JFileChooser */ tr("Folders"); 41 /* Strings in JFileChooser */ tr("Help"); 31 42 /* Strings in JFileChooser */ tr("Home"); 32 43 /* Strings in JFileChooser */ tr("List"); 33 44 /* Strings in JFileChooser */ tr("Look in:"); 34 45 /* Strings in JFileChooser */ tr("Look In:"); 46 /* Strings in JFileChooser */ tr("Modified"); 35 47 /* Strings in JFileChooser */ tr("New Folder"); 36 /* Strings in JFileChooser */ tr("Create New Folder"); 48 /* Strings in JFileChooser */ tr("Name"); 49 /* Strings in JFileChooser */ tr("OK"); 50 /* Strings in JFileChooser */ tr("Open"); 51 /* Strings in JFileChooser */ tr("Open selected file."); 37 52 /* Strings in JFileChooser */ tr("Refresh"); 53 /* Strings in JFileChooser */ tr("Rename File"); 54 /* Strings in JFileChooser */ tr("Rename file \"{0}\" to", "file1"); 55 /* Strings in JFileChooser */ tr("Save"); 38 56 /* Strings in JFileChooser */ tr("Save in:"); 39 57 /* Strings in JFileChooser */ tr("Save In:"); 58 /* Strings in JFileChooser */ tr("Save selected file."); 59 /* Strings in JFileChooser */ tr("Selection:"); 60 /* Strings in JFileChooser */ tr("Size"); 61 /* Strings in JFileChooser */ tr("Type"); 40 62 /* Strings in JFileChooser */ tr("Up"); 41 63 /* Strings in JFileChooser */ tr("Up One Level"); 64 /* Strings in JFileChooser */ tr("Update"); 65 /* Strings in JFileChooser */ tr("Update directory listing."); 42 66 /* Strings in JFileChooser */ tr("View"); 67 68 /* Strings in GTK ColorChooser */ tr("Blue:"); 69 /* Strings in GTK ColorChooser */ tr("Color Name:"); 70 /* Strings in GTK ColorChooser */ tr("Green:"); 71 /* Strings in GTK ColorChooser */ tr("Hue:"); 72 /* Strings in GTK ColorChooser */ tr("GTK Color Chooser"); 73 /* Strings in GTK ColorChooser */ tr("Red:"); 74 /* Strings in GTK ColorChooser */ tr("Saturation:"); 75 /* Strings in GTK ColorChooser */ tr("Value:"); 76
Note:
See TracChangeset
for help on using the changeset viewer.