source: osm/applications/editors/josm/i18n/specialmessages.java@ 20378

Last change on this file since 20378 was 16009, checked in by stoecker, 15 years ago

updated

File size: 741 bytes
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
6tr("You requested too many nodes (limit is 50,000). Either request a smaller area, or use planet.osm"); // OSM server message
7tr("Database offline for maintenance"); // OSM server message
8tr("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
9tr("could not get audio input stream from input URL"); // Java message loading audio data
10tr("Audio Device Unavailable"); // Java message loading audio data
11tr("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.