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

Last change on this file since 33192 was 33192, checked in by stoecker, 8 years ago

add some landuses

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