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

Last change on this file since 21626 was 21574, checked in by stoecker, 15 years ago

better translation

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