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

Last change on this file since 34920 was 33282, checked in by stoecker, 7 years ago

add building type

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