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

Last change on this file since 11529 was 11529, checked in by mfloryan, 16 years ago

Refactoring of JOSM translation infrastructure - translations are now moved away from plugins into separate directory and handled natively in JOSM core. Ant produces josm-translation.jar which if added to core/lib supplies all translations to JOSM core. ("ant install" does that)

File size: 521 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("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
8tr("could not get audio input stream from input URL"); // Java message loading audio data
Note: See TracBrowser for help on using the repository browser.