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

Last change on this file since 31634 was 30696, checked in by stoecker, 10 years ago

add one more type

File size: 5.4 KB
RevLine 
[11529]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.
[21574]4
[22544]5 The text before is for translators
[11529]6*/
7
[21574]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");
[26966]10/* OSM server message */ tr("You have downloaded too much data. Please try again later.");
[21574]11/* 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");
[25155]12/* JOSM server message */ tr("JOSM-Trac login at josm.openstreetmap.de");
[21574]13/* Java message loading audio data */ tr("could not get audio input stream from input URL");
14/* Java message loading audio data */ tr("Audio Device Unavailable");
[22544]15/* OSM server message */ tr("You must make your edits public to upload new data");
[21574]16/* Nominatim search place type */ tr("town");
[26153]17/* Landuse type used in multipolygons */ trc("landuse", "forest");
[30696]18/* Landuse type used in multipolygons */ trc("landuse", "meadow");
[26153]19/* Landuse type used in multipolygons */ trc("landuse", "farmland");
20/* Landuse type used in multipolygons */ trc("landuse", "residential");
21/* Landuse type used in multipolygons */ trc("natural", "scrub");
[22464]22/* relation type */ trc("Relation type", "associatedStreet");
23/* relation type */ trc("Relation type", "boundary");
[30185]24/* relation type */ trc("Relation type", "bridge");
25/* relation type */ trc("Relation type", "destination_sign");
[22464]26/* relation type */ trc("Relation type", "enforcement");
27/* relation type */ trc("Relation type", "multipolygon");
28/* relation type */ trc("Relation type", "network");
29/* relation type */ trc("Relation type", "public_transport");
30/* relation type */ trc("Relation type", "restriction");
31/* relation type */ trc("Relation type", "route");
[30185]32/* relation type */ trc("Relation type", "route_master");
[22464]33/* relation type */ trc("Relation type", "site");
[30185]34/* relation type */ trc("Relation type", "street");
35/* relation type */ trc("Relation type", "tunnel");
[22464]36/* relation type */ trc("Relation type", "waterway");
[25377]37/* relation place type */ trc("Place type", "city");
38/* relation place type */ trc("Place type", "locality");
39/* relation place type */ trc("Place type", "village");
40/* relation place type */ trc("Place type", "town");
41/* relation place type */ trc("Place type", "borough");
42/* relation place type */ trc("Place type", "municipality");
43/* relation place type */ trc("Place type", "island");
44/* relation place type */ trc("Place type", "county");
45/* relation place type */ trc("Place type", "hamlet");
46/* relation place type */ trc("Place type", "suburb");
[21559]47
[21628]48/* Strings in JFileChooser */ tr("All Files");
49/* Strings in JFileChooser */ tr("Attributes");
[21973]50/* Strings in JFileChooser */ tr("Abort file chooser dialog");
[21628]51/* Strings in JFileChooser */ tr("Abort file chooser dialog.");
52/* Strings in JFileChooser */ tr("Cancel");
53/* Strings in JFileChooser */ tr("Create New Folder");
54/* Strings in JFileChooser */ tr("Delete File");
[21574]55/* Strings in JFileChooser */ tr("Details");
[21628]56/* Strings in JFileChooser */ tr("Enter file name:");
57/* Strings in JFileChooser */ tr("Enter path or folder name:");
58/* Strings in JFileChooser */ tr("Error ");
59/* Strings in JFileChooser */ tr("Error renaming file \"{0}\" to \"{1}\"", "file1", "file2");
[21574]60/* Strings in JFileChooser */ tr("File name:");
[21627]61/* Strings in JFileChooser */ tr("File Name:");
[21628]62/* Strings in JFileChooser */ tr("FileChooser help.");
63/* Strings in JFileChooser */ tr("Files");
[21574]64/* Strings in JFileChooser */ tr("Files of type:");
[21627]65/* Strings in JFileChooser */ tr("Files of Type:");
[21628]66/* Strings in JFileChooser */ tr("Filter");
67/* Strings in JFileChooser */ tr("Filter:");
68/* Strings in JFileChooser */ tr("Folders");
69/* Strings in JFileChooser */ tr("Help");
[21574]70/* Strings in JFileChooser */ tr("Home");
71/* Strings in JFileChooser */ tr("List");
72/* Strings in JFileChooser */ tr("Look in:");
[21627]73/* Strings in JFileChooser */ tr("Look In:");
[21628]74/* Strings in JFileChooser */ tr("Modified");
[21574]75/* Strings in JFileChooser */ tr("New Folder");
[21628]76/* Strings in JFileChooser */ tr("Name");
77/* Strings in JFileChooser */ tr("OK");
78/* Strings in JFileChooser */ tr("Open");
[21973]79/* Strings in JFileChooser */ tr("Open selected file");
[21628]80/* Strings in JFileChooser */ tr("Open selected file.");
[21574]81/* Strings in JFileChooser */ tr("Refresh");
[21628]82/* Strings in JFileChooser */ tr("Rename File");
83/* Strings in JFileChooser */ tr("Rename file \"{0}\" to", "file1");
84/* Strings in JFileChooser */ tr("Save");
[21574]85/* Strings in JFileChooser */ tr("Save in:");
[21627]86/* Strings in JFileChooser */ tr("Save In:");
[21628]87/* Strings in JFileChooser */ tr("Save selected file.");
88/* Strings in JFileChooser */ tr("Selection:");
89/* Strings in JFileChooser */ tr("Size");
90/* Strings in JFileChooser */ tr("Type");
[21574]91/* Strings in JFileChooser */ tr("Up");
92/* Strings in JFileChooser */ tr("Up One Level");
[21628]93/* Strings in JFileChooser */ tr("Update");
94/* Strings in JFileChooser */ tr("Update directory listing.");
[21574]95/* Strings in JFileChooser */ tr("View");
[21628]96
97/* Strings in GTK ColorChooser */ tr("Blue:");
98/* Strings in GTK ColorChooser */ tr("Color Name:");
99/* Strings in GTK ColorChooser */ tr("Green:");
100/* Strings in GTK ColorChooser */ tr("Hue:");
101/* Strings in GTK ColorChooser */ tr("GTK Color Chooser");
102/* Strings in GTK ColorChooser */ tr("Red:");
103/* Strings in GTK ColorChooser */ tr("Saturation:");
104/* Strings in GTK ColorChooser */ tr("Value:");
105
Note: See TracBrowser for help on using the repository browser.