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

Last change on this file since 32583 was 31771, checked in by stoecker, 9 years ago

see #josm12110 - add natural wood

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