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

Last change on this file since 26608 was 26153, checked in by stoecker, 13 years ago

update types

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