| 1 | /**
|
|---|
| 2 | This file can be used to add some special messages to the translation,
|
|---|
| 3 | which are not part of the programm texts, but should be translated nevertheless.
|
|---|
| 4 |
|
|---|
| 5 | The tex before is for translators
|
|---|
| 6 | */
|
|---|
| 7 |
|
|---|
| 8 | /* OSM server message */ tr("You requested too many nodes (limit is 50,000). Either request a smaller area, or use planet.osm");
|
|---|
| 9 | /* OSM server message */ tr("Database offline for maintenance");
|
|---|
| 10 | /* OSM server message */ tr("The maximum bbox size is 0.25, and your request was too large. Either request a smaller area, or use planet.osm");
|
|---|
| 11 | /* Java message loading audio data */ tr("could not get audio input stream from input URL");
|
|---|
| 12 | /* Java message loading audio data */ tr("Audio Device Unavailable");
|
|---|
| 13 | /* use has not made edits public */ tr("You must make your edits public to upload new data");
|
|---|
| 14 | /* Nominatim search place type */ tr("town");
|
|---|
| 15 | /* Landuse type used in multipolygons */ tr("forest");
|
|---|
| 16 | /* Landuse type used in multipolygons */ tr("farmland");
|
|---|
| 17 | /* relation type */ tr("boundary");
|
|---|
| 18 | /* relation type */ tr("multipolygon");
|
|---|
| 19 | /* relation type */ tr("route");
|
|---|
| 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("Abort file chooser dialog.");
|
|---|
| 25 | /* Strings in JFileChooser */ tr("Cancel");
|
|---|
| 26 | /* Strings in JFileChooser */ tr("Create New Folder");
|
|---|
| 27 | /* Strings in JFileChooser */ tr("Delete File");
|
|---|
| 28 | /* Strings in JFileChooser */ tr("Details");
|
|---|
| 29 | /* Strings in JFileChooser */ tr("Enter file name:");
|
|---|
| 30 | /* Strings in JFileChooser */ tr("Enter path or folder name:");
|
|---|
| 31 | /* Strings in JFileChooser */ tr("Error ");
|
|---|
| 32 | /* Strings in JFileChooser */ tr("Error renaming file \"{0}\" to \"{1}\"", "file1", "file2");
|
|---|
| 33 | /* Strings in JFileChooser */ tr("File name:");
|
|---|
| 34 | /* Strings in JFileChooser */ tr("File Name:");
|
|---|
| 35 | /* Strings in JFileChooser */ tr("FileChooser help.");
|
|---|
| 36 | /* Strings in JFileChooser */ tr("Files");
|
|---|
| 37 | /* Strings in JFileChooser */ tr("Files of type:");
|
|---|
| 38 | /* Strings in JFileChooser */ tr("Files of Type:");
|
|---|
| 39 | /* Strings in JFileChooser */ tr("Filter");
|
|---|
| 40 | /* Strings in JFileChooser */ tr("Filter:");
|
|---|
| 41 | /* Strings in JFileChooser */ tr("Folders");
|
|---|
| 42 | /* Strings in JFileChooser */ tr("Help");
|
|---|
| 43 | /* Strings in JFileChooser */ tr("Home");
|
|---|
| 44 | /* Strings in JFileChooser */ tr("List");
|
|---|
| 45 | /* Strings in JFileChooser */ tr("Look in:");
|
|---|
| 46 | /* Strings in JFileChooser */ tr("Look In:");
|
|---|
| 47 | /* Strings in JFileChooser */ tr("Modified");
|
|---|
| 48 | /* Strings in JFileChooser */ tr("New Folder");
|
|---|
| 49 | /* Strings in JFileChooser */ tr("Name");
|
|---|
| 50 | /* Strings in JFileChooser */ tr("OK");
|
|---|
| 51 | /* Strings in JFileChooser */ tr("Open");
|
|---|
| 52 | /* Strings in JFileChooser */ tr("Open selected file");
|
|---|
| 53 | /* Strings in JFileChooser */ tr("Open selected file.");
|
|---|
| 54 | /* Strings in JFileChooser */ tr("Refresh");
|
|---|
| 55 | /* Strings in JFileChooser */ tr("Rename File");
|
|---|
| 56 | /* Strings in JFileChooser */ tr("Rename file \"{0}\" to", "file1");
|
|---|
| 57 | /* Strings in JFileChooser */ tr("Save");
|
|---|
| 58 | /* Strings in JFileChooser */ tr("Save in:");
|
|---|
| 59 | /* Strings in JFileChooser */ tr("Save In:");
|
|---|
| 60 | /* Strings in JFileChooser */ tr("Save selected file.");
|
|---|
| 61 | /* Strings in JFileChooser */ tr("Selection:");
|
|---|
| 62 | /* Strings in JFileChooser */ tr("Size");
|
|---|
| 63 | /* Strings in JFileChooser */ tr("Type");
|
|---|
| 64 | /* Strings in JFileChooser */ tr("Up");
|
|---|
| 65 | /* Strings in JFileChooser */ tr("Up One Level");
|
|---|
| 66 | /* Strings in JFileChooser */ tr("Update");
|
|---|
| 67 | /* Strings in JFileChooser */ tr("Update directory listing.");
|
|---|
| 68 | /* Strings in JFileChooser */ tr("View");
|
|---|
| 69 |
|
|---|
| 70 | /* Strings in GTK ColorChooser */ tr("Blue:");
|
|---|
| 71 | /* Strings in GTK ColorChooser */ tr("Color Name:");
|
|---|
| 72 | /* Strings in GTK ColorChooser */ tr("Green:");
|
|---|
| 73 | /* Strings in GTK ColorChooser */ tr("Hue:");
|
|---|
| 74 | /* Strings in GTK ColorChooser */ tr("GTK Color Chooser");
|
|---|
| 75 | /* Strings in GTK ColorChooser */ tr("Red:");
|
|---|
| 76 | /* Strings in GTK ColorChooser */ tr("Saturation:");
|
|---|
| 77 | /* Strings in GTK ColorChooser */ tr("Value:");
|
|---|
| 78 |
|
|---|