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

Last change on this file since 24146 was 22544, checked in by stoecker, 14 years ago

fix typos

File size: 4.2 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");
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/* Java message loading audio data */ tr("could not get audio input stream from input URL");
12/* Java message loading audio data */ tr("Audio Device Unavailable");
[22544]13/* OSM server message */ tr("You must make your edits public to upload new data");
[21574]14/* Nominatim search place type */ tr("town");
15/* Landuse type used in multipolygons */ tr("forest");
16/* Landuse type used in multipolygons */ tr("farmland");
[22464]17/* relation type */ trc("Relation type", "associatedStreet");
18/* relation type */ trc("Relation type", "boundary");
19/* relation type */ trc("Relation type", "enforcement");
20/* relation type */ trc("Relation type", "line");
21/* relation type */ trc("Relation type", "multipolygon");
22/* relation type */ trc("Relation type", "network");
23/* relation type */ trc("Relation type", "public_transport");
24/* relation type */ trc("Relation type", "restriction");
25/* relation type */ trc("Relation type", "route");
26/* relation type */ trc("Relation type", "site");
27/* relation type */ trc("Relation type", "waterway");
[21559]28
[21628]29/* Strings in JFileChooser */ tr("All Files");
30/* Strings in JFileChooser */ tr("Attributes");
[21973]31/* Strings in JFileChooser */ tr("Abort file chooser dialog");
[21628]32/* Strings in JFileChooser */ tr("Abort file chooser dialog.");
33/* Strings in JFileChooser */ tr("Cancel");
34/* Strings in JFileChooser */ tr("Create New Folder");
35/* Strings in JFileChooser */ tr("Delete File");
[21574]36/* Strings in JFileChooser */ tr("Details");
[21628]37/* Strings in JFileChooser */ tr("Enter file name:");
38/* Strings in JFileChooser */ tr("Enter path or folder name:");
39/* Strings in JFileChooser */ tr("Error ");
40/* Strings in JFileChooser */ tr("Error renaming file \"{0}\" to \"{1}\"", "file1", "file2");
[21574]41/* Strings in JFileChooser */ tr("File name:");
[21627]42/* Strings in JFileChooser */ tr("File Name:");
[21628]43/* Strings in JFileChooser */ tr("FileChooser help.");
44/* Strings in JFileChooser */ tr("Files");
[21574]45/* Strings in JFileChooser */ tr("Files of type:");
[21627]46/* Strings in JFileChooser */ tr("Files of Type:");
[21628]47/* Strings in JFileChooser */ tr("Filter");
48/* Strings in JFileChooser */ tr("Filter:");
49/* Strings in JFileChooser */ tr("Folders");
50/* Strings in JFileChooser */ tr("Help");
[21574]51/* Strings in JFileChooser */ tr("Home");
52/* Strings in JFileChooser */ tr("List");
53/* Strings in JFileChooser */ tr("Look in:");
[21627]54/* Strings in JFileChooser */ tr("Look In:");
[21628]55/* Strings in JFileChooser */ tr("Modified");
[21574]56/* Strings in JFileChooser */ tr("New Folder");
[21628]57/* Strings in JFileChooser */ tr("Name");
58/* Strings in JFileChooser */ tr("OK");
59/* Strings in JFileChooser */ tr("Open");
[21973]60/* Strings in JFileChooser */ tr("Open selected file");
[21628]61/* Strings in JFileChooser */ tr("Open selected file.");
[21574]62/* Strings in JFileChooser */ tr("Refresh");
[21628]63/* Strings in JFileChooser */ tr("Rename File");
64/* Strings in JFileChooser */ tr("Rename file \"{0}\" to", "file1");
65/* Strings in JFileChooser */ tr("Save");
[21574]66/* Strings in JFileChooser */ tr("Save in:");
[21627]67/* Strings in JFileChooser */ tr("Save In:");
[21628]68/* Strings in JFileChooser */ tr("Save selected file.");
69/* Strings in JFileChooser */ tr("Selection:");
70/* Strings in JFileChooser */ tr("Size");
71/* Strings in JFileChooser */ tr("Type");
[21574]72/* Strings in JFileChooser */ tr("Up");
73/* Strings in JFileChooser */ tr("Up One Level");
[21628]74/* Strings in JFileChooser */ tr("Update");
75/* Strings in JFileChooser */ tr("Update directory listing.");
[21574]76/* Strings in JFileChooser */ tr("View");
[21628]77
78/* Strings in GTK ColorChooser */ tr("Blue:");
79/* Strings in GTK ColorChooser */ tr("Color Name:");
80/* Strings in GTK ColorChooser */ tr("Green:");
81/* Strings in GTK ColorChooser */ tr("Hue:");
82/* Strings in GTK ColorChooser */ tr("GTK Color Chooser");
83/* Strings in GTK ColorChooser */ tr("Red:");
84/* Strings in GTK ColorChooser */ tr("Saturation:");
85/* Strings in GTK ColorChooser */ tr("Value:");
86
Note: See TracBrowser for help on using the repository browser.