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("You must make your edits public to upload new data"); // use has not made edits public
|
---|
Note:
See
TracBrowser
for help on using the repository browser.