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

Last change on this file since 21441 was 21413, checked in by stoecker, 14 years ago

added text

File size: 836 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
12tr("town"); // Nominatim search place type
13tr("forest"); // Landuse type used in multipolygons
Note: See TracBrowser for help on using the repository browser.