Line | |
---|
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 |
|
---|
6 | tr("You requested too many nodes (limit is 50,000). Either request a smaller area, or use planet.osm"); // OSM server message
|
---|
7 | tr("Database offline for maintenance"); // OSM server message
|
---|
8 | tr("The maximum bbox size is 0.25, and your request was too large. Either request a smaller area, or use planet.osm"); // OSM server message
|
---|
9 | tr("could not get audio input stream from input URL"); // Java message loading audio data
|
---|
10 | tr("Audio Device Unavailable"); // Java message loading audio data
|
---|
11 | tr("You must make your edits public to upload new data"); // use has not made edits public
|
---|
12 | tr("town"); // Nominatim search place type
|
---|
13 | tr("forest"); // Landuse type used in multipolygons
|
---|
14 | tr("farmland"); // Landuse type used in multipolygons
|
---|
15 | tr("boundary"); // relation type
|
---|
16 | tr("multipolygon"); // relation type
|
---|
17 | tr("route"); // relation type
|
---|
18 |
|
---|
19 | //** Strings in JFileChooser */
|
---|
20 |
|
---|
21 | tr("Details");
|
---|
22 | tr("Attributes");
|
---|
23 | tr("Modified");
|
---|
24 | tr("Name");
|
---|
25 | tr("File name:");
|
---|
26 | tr("Size");
|
---|
27 | tr("Type");
|
---|
28 | tr("Files of type:");
|
---|
29 | tr("Home");
|
---|
30 | tr("List");
|
---|
31 | tr("Look in:");
|
---|
32 | tr("New Folder");
|
---|
33 | tr("Create New Folder");
|
---|
34 | tr("Refresh");
|
---|
35 | tr("Save in:");
|
---|
36 | tr("Up");
|
---|
37 | tr("Up One Level");
|
---|
38 | tr("View");
|
---|
Note:
See
TracBrowser
for help on using the repository browser.