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

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

fixed #5093 - translation for open file

File size: 2.0 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("File Name:");
27/* Strings in JFileChooser */ tr("Size");
28/* Strings in JFileChooser */ tr("Type");
29/* Strings in JFileChooser */ tr("Files of type:");
30/* Strings in JFileChooser */ tr("Files of Type:");
31/* Strings in JFileChooser */ tr("Home");
32/* Strings in JFileChooser */ tr("List");
33/* Strings in JFileChooser */ tr("Look in:");
34/* Strings in JFileChooser */ tr("Look In:");
35/* Strings in JFileChooser */ tr("New Folder");
36/* Strings in JFileChooser */ tr("Create New Folder");
37/* Strings in JFileChooser */ tr("Refresh");
38/* Strings in JFileChooser */ tr("Save in:");
39/* Strings in JFileChooser */ tr("Save In:");
40/* Strings in JFileChooser */ tr("Up");
41/* Strings in JFileChooser */ tr("Up One Level");
42/* Strings in JFileChooser */ tr("View");
Note: See TracBrowser for help on using the repository browser.