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

Last change on this file since 21564 was 21559, checked in by bastik, 14 years ago

add strings for jfilechooser

File size: 1.3 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
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
14tr("farmland"); // Landuse type used in multipolygons
15tr("boundary"); // relation type
16tr("multipolygon"); // relation type
17tr("route"); // relation type
18
19//** Strings in JFileChooser */
20
21tr("Details");
22tr("Attributes");
23tr("Modified");
24tr("Name");
25tr("File name:");
26tr("Size");
27tr("Type");
28tr("Files of type:");
29tr("Home");
30tr("List");
31tr("Look in:");
32tr("New Folder");
33tr("Create New Folder");
34tr("Refresh");
35tr("Save in:");
36tr("Up");
37tr("Up One Level");
38tr("View");
Note: See TracBrowser for help on using the repository browser.